mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
5 lines
103 B
C
5 lines
103 B
C
#include "network.h"
|
|
|
|
void client_update(network net, char *address);
|
|
void server_update(network net);
|