X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=utilities%2Fgengetopt%2Fyyerror.h;fp=utilities%2Fgengetopt%2Fyyerror.h;h=a97d414289caaf10aabe606a96411c3da107af98;hb=79381bc54b9e0c85156460daa211fe5ac83da0a7;hp=0000000000000000000000000000000000000000;hpb=4454c06e212fb6af58d206f2d6f9b76778858967;p=clitk.git diff --git a/utilities/gengetopt/yyerror.h b/utilities/gengetopt/yyerror.h new file mode 100644 index 0000000..a97d414 --- /dev/null +++ b/utilities/gengetopt/yyerror.h @@ -0,0 +1,12 @@ +#ifndef YYERROR_H_ +#define YYERROR_H_ + +#include "ggos.h" + +void +yyerror (const char *s); + +void +yyerror (gengetopt_option *opt, const char *s); + +#endif /*YYERROR_H_*/