]> Creatis software - clitk.git/blob - cmake/gengetopt/yyerror.h
Merge commit '488f24aa984ae24adc9458bf5fbf3b2351415742'
[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_*/