Added body-of-text to BIB-1 ANY and the WAIS profile
[yaz-moved-to-github.git] / include / readconf.h
1
2 #ifndef READCONF_H
3 #define READCONF_H
4
5 #include <stdio.h>
6
7 int readconf(char *name, void *private,
8     int (*fun)(char *name, void *private, int argc, char *argv[]));
9
10 int readconf_line(FILE *f, char *line, int len, char *argv[], int num);
11
12 #endif