Renamed stabber function

This commit is contained in:
James Booth
2015-05-16 01:56:31 +01:00
parent 7e094d8c72
commit 1e327794e9
5 changed files with 6 additions and 4 deletions

View File

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