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

7
src/client/stabber.c Normal file
View File

@@ -0,0 +1,7 @@
#include "server/server.h"
int
stabber_start(int port)
{
return server_run(port);
}