You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#ifndef _AUXLIB_H_
|
|
|
#define _AUXLIB_H_
|
|
|
|
|
|
#include <glib.h>
|
|
|
|
|
|
void daemonize(void);
|
|
|
void wpidfile(void);
|
|
|
void config_load(int *argc, char ***argv, GOptionEntry *entries, const char *description,
|
|
|
const char *default_config, const char *default_section);
|
|
|
|
|
|
|
|
|
#endif
|