]> Creatis software - clitk.git/blob - utilities/gengetopt/yyerror.h
auto generate dicom file UIDs when new series/study is specified
[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_*/