wxmppd/src/modules.c

12 lines
168 B
C

#include <stdio.h>
#include <glib.h>
#include "modules.h"
int
wxmppd_loadModule(char *moduleName, gboolean dryRun)
{
printf("Will load module %s\n", moduleName);
}