diff options
Diffstat (limited to 'xmpp.c')
-rw-r--r-- | xmpp.c | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ + + +#include <stdio.h> + + +void net_init(void) +{ + printf("net_init()\n"); +} + +void net_quit(void) +{ + printf("net_quit()\n"); +} |