darknet/src/server.h

5 lines
103 B
C
Raw Normal View History

2014-12-04 10:20:29 +03:00
#include "network.h"
2014-12-03 19:48:07 +03:00
2014-12-07 11:41:26 +03:00
void client_update(network net, char *address);
2014-12-04 10:20:29 +03:00
void server_update(network net);