Removed stbbr_main

This commit is contained in:
James Booth
2015-05-17 15:55:42 +01:00
parent 27f44c01ff
commit 5eb65540cf
4 changed files with 5 additions and 9 deletions

View File

@@ -9,11 +9,6 @@ typedef struct server_args_t {
int port;
} StabberArgs;
int
stbbr_main(int port)
{
return server_run(port);
}
int
stbbr_start(int port)