Initial version

This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2011-01-25 15:51:07 +01:00
commit 5cc379461a
16 changed files with 1218 additions and 0 deletions

10
src/modules.c Normal file
View File

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