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.
rtpengine/lib/auxlib.h

13 lines
294 B

#ifndef _AUXLIB_H_
#define _AUXLIB_H_
#include <glib.h>
void daemonize(void);
void wpidfile(const char *pidfile);
const char *config_load(int *argc, char ***argv, GOptionEntry *entries, const char *description,
char **filename_ptr, const char *default_config, char **section_ptr);
#endif