=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/help.h,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/help.h 2000/01/22 14:15:55 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/help.h 2003/09/15 07:09:23 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: help.h,v 1.1.1.2 2000/01/22 14:15:55 maekawa Exp $ + * $Id: help.h,v 1.1.1.3 2003/09/15 07:09:23 ohara Exp $ * */ @@ -35,6 +35,8 @@ * to the extent permitted by applicable law. ]*/ +#ifndef GNUPLOT_HELP_H +# define GNUPLOT_HELP_H #include "ansichek.h" @@ -45,3 +47,5 @@ int help __PROTO((char *keyword, char *path, int *subtopics)); void FreeHelp __PROTO((void)); /* use this if you need memory */ + +#endif /* GNUPLOT_HELP_H */