Minor fix.
[yaz-moved-to-github.git] / include / readconf.h
1
2 #ifndef READCONF_H
3 #define READCONF_H
4
5 #include <stdio.h>
6 #include <yconfig.h>
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 YAZ_EXPORT int readconf(char *name, void *rprivate,
13      int (*fun)(char *name, void *rprivate, int argc, char *argv[]));
14
15 YAZ_EXPORT int readconf_line(FILE *f, char *line, int len, char *argv[], int num);
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif