Handles failed logins correctly

This commit is contained in:
James Booth
2012-02-17 00:42:41 +00:00
parent 3be10300f4
commit 03b90cf5ab
9 changed files with 86 additions and 14 deletions

View File

@@ -1,6 +1,9 @@
#ifndef PROFANITY_H
#define PROFANITY_H
void profanity_start(void);
#define QUIT 0
#define LOGIN_FAIL 1
int profanity_start(void);
#endif