diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 21:36:31 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-12 21:36:31 +0100 |
commit | 03b15b2a99dee16998d08e17652bb49555c8560d (patch) | |
tree | 2ba2ea430e1c2ed05c5e9b68c2f7b0d9b925ea70 /functions.h | |
parent | dba30066da1c929a140281cbbb6a8f177fdf14d4 (diff) |
Make configuration file path configurable on the command line. Also finish removing the non-functional debug() stuff.
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 3 |
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); |