From 03b15b2a99dee16998d08e17652bb49555c8560d Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 12 May 2019 21:36:31 +0100 Subject: Make configuration file path configurable on the command line. Also finish removing the non-functional debug() stuff. --- functions.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'functions.h') 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); -- cgit v1.2.3