about summary refs log tree commit diff stats
path: root/profanity.h
diff options
context:
space:
mode:
Diffstat (limited to 'profanity.h')
-rw-r--r--profanity.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/profanity.h b/profanity.h
index 6a8256e1..966cfbaa 100644
--- a/profanity.h
+++ b/profanity.h
@@ -1,9 +1,6 @@
 #ifndef PROFANITY_H
 #define PROFANITY_H
 
-#define QUIT 0
-#define LOGIN_FAIL 1
-
-int profanity_start(void);
+void profanity_main(void);
 
 #endif