]> Creatis software - clitk.git/blobdiff - utilities/gengetopt/yyerror.h
Sync gengetopt cmake files with rtk
[clitk.git] / utilities / gengetopt / yyerror.h
diff --git a/utilities/gengetopt/yyerror.h b/utilities/gengetopt/yyerror.h
new file mode 100644 (file)
index 0000000..a97d414
--- /dev/null
@@ -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_*/