wxmppd/src/modules.c
Gergely Polonkai (W00d5t0ck) 5cc379461a Initial version
2011-01-25 15:51:07 +01:00

11 lines
133 B
C

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