summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/functions.h b/functions.h
index f12e13f..4e525eb 100644
--- a/functions.h
+++ b/functions.h
@@ -18,9 +18,6 @@
#define NO_INPUT 1
#define TOO_LONG 2
-// Print a debugging message, if debugging enabled
-void debug(char *string);
-
// Get stdin line with buffer overrun protection
int getstdin(char *prompt, char *buff, size_t sz);