]> Creatis software - clitk.git/blob - cmake/gengetopt/yyerror.h
Added FindGengetopt.cmake which compiles gengetopt if not installed.
[clitk.git] / cmake / gengetopt / yyerror.h
1 #ifndef YYERROR_H_
2 #define YYERROR_H_
3
4 #include "ggos.h"
5
6 void
7 yyerror (const char *s);
8
9 void
10 yyerror (gengetopt_option *opt, const char *s);
11
12 #endif /*YYERROR_H_*/