Add filldef to findfile.
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@733
959494ce-11ee-0310-bf91-
de5d638817bd
#include <netinet/in.h>
#include <utils.h>
-#define CONFIG_PATH "/usr/local/etc/doldacond.conf:/usr/etc/doldacond.conf:/etc/doldacond.conf"
-
#define CONF_VAR_END -1
#define CONF_VAR_BOOL 0
#define CONF_VAR_INT 1
#define confgetstr(m, v) (confgetvar((m), (v))->val.str)
void confregmod(struct configmod *mod);
void readconfig(FILE *stream);
-char *findconfigfile(void);
#endif