wxmppd/src/modules.c

11 lines
133 B
C
Raw Normal View History

2011-01-25 14:51:07 +00:00
#include <stdio.h>
#include "modules.h"
int
wxmppd_loadModule(char *moduleName)
{
printf("Will load module %s\n", moduleName);
}