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,6 +1,6 @@
#ifndef __H_STABBER
#define __H_STABBER
int stabber_start(int port);
int stbbr_start(int port);
#endif