[BACK]Return to help.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/help.h between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/01/22 14:15:55 version 1.1.1.3, 2003/09/15 07:09:23
Line 35 
Line 35 
  * to the extent permitted by applicable law.   * to the extent permitted by applicable law.
 ]*/  ]*/
   
   #ifndef GNUPLOT_HELP_H
   # define GNUPLOT_HELP_H
   
 #include "ansichek.h"  #include "ansichek.h"
   
Line 45 
Line 47 
   
 int help __PROTO((char *keyword, char *path, int *subtopics));  int help __PROTO((char *keyword, char *path, int *subtopics));
 void FreeHelp __PROTO((void));  /* use this if you need memory */  void FreeHelp __PROTO((void));  /* use this if you need memory */
   
   #endif /* GNUPLOT_HELP_H */

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>