mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 06:26:21 +00:00
Handles failed logins correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user