]> Creatis software - clitk.git/blob - utilities/gengetopt/yyerror.h
Sync gengetopt cmake files with rtk
[clitk.git] / utilities / 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_*/