summaryrefslogtreecommitdiff
path: root/xmpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp.c')
-rw-r--r--xmpp.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/xmpp.c b/xmpp.c
new file mode 100644
index 0000000..d9645d1
--- /dev/null
+++ b/xmpp.c
@@ -0,0 +1,14 @@
+
+
+#include <stdio.h>
+
+
+void net_init(void)
+{
+ printf("net_init()\n");
+}
+
+void net_quit(void)
+{
+ printf("net_quit()\n");
+}