Initial commit: created project structure, makefile, some static files for future server tests and interphase to create a listening socket
This commit is contained in:
2
include/netw.h
Normal file
2
include/netw.h
Normal file
@ -0,0 +1,2 @@
|
||||
int get_listener_socket(char *port);
|
||||
void *get_in_addr(struct sockaddr *sa);
|
1
include/utils.h
Normal file
1
include/utils.h
Normal file
@ -0,0 +1 @@
|
||||
void err_msg(char *msg);
|
Reference in New Issue
Block a user