owntone-server/src/conffile.h

19 lines
254 B
C
Raw Normal View History

#ifndef __CONFFILE_H__
#define __CONFFILE_H__
2009-04-18 11:18:37 -04:00
#include <confuse.h>
2009-06-12 05:09:58 -04:00
#define CONFFILE CONFDIR "/forked-daapd.conf"
2009-04-18 11:18:37 -04:00
extern cfg_t *cfg;
extern uint64_t libhash;
int
conffile_load(char *file);
void
conffile_unload(void);
#endif /* !__CONFFILE_H__ */