Create shared library

This commit is contained in:
James Booth
2015-05-16 00:12:26 +01:00
parent c548c1be1b
commit fe1f94cd93
8 changed files with 102 additions and 36 deletions

6
src/server/server.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __H_SERVER
#define __H_SERVER
int server_run(int port);
#endif