3
udpserver.h
Normal file
3
udpserver.h
Normal file
@@ -0,0 +1,3 @@
|
||||
void die(char *s); //For debugging
|
||||
void udpserver(void); //start the server by calling this function
|
||||
int processUDPInput(char *input);
|
Reference in New Issue
Block a user