summaryrefslogtreecommitdiff
path: root/xmpp.c
blob: d9645d1c75db6334aff9e5de93ea21cc617ce66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


#include <stdio.h>


void net_init(void)
{
	printf("net_init()\n");
}

void net_quit(void)
{
	printf("net_quit()\n");
}