Initial version
This commit is contained in:
10
src/modules.c
Normal file
10
src/modules.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "modules.h"
|
||||
|
||||
int
|
||||
wxmppd_loadModule(char *moduleName)
|
||||
{
|
||||
printf("Will load module %s\n", moduleName);
|
||||
}
|
||||
|
Reference in New Issue
Block a user