Added password primer

This commit is contained in:
James Booth
2015-05-16 03:03:24 +01:00
parent 1e327794e9
commit 50cd28a977
10 changed files with 107 additions and 17 deletions

View File

@@ -1,6 +1,9 @@
#ifndef __H_STABBER
#define __H_STABBER
int stbbr_main(int port);
int stbbr_start(int port);
int stbbr_auth_passwd(char *password);
#endif