Made config file parsing a bit more fool proof Config file can now contain a modules-dir element that holds the location of the DSO's Prepared module loading function to be able to dry-run Removed some unneeded header files Added command line options parsing
9 lines
167 B
C
9 lines
167 B
C
#ifndef __WXMPPD_MODULES_H
|
|
# define __WXMPPD_MODULES_H
|
|
|
|
# include <glib.h>
|
|
|
|
int wxmppd_loadModule(char *moduleName, gboolean dryRun);
|
|
|
|
#endif /* __WXMPPD_MODULES_H */
|