From 3905002957a7670fd6ad0762c1a961ae5b7e9810 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 24 Apr 2019 19:08:49 -0700 Subject: Allow config file to be saved with executable for "portable" setups --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index a32de10..0532fd5 100644 --- a/util.h +++ b/util.h @@ -88,5 +88,7 @@ void warning(char *format, ...); void debug_message(char *format, ...); //Disables output of info and debug messages to stdout void disable_stdout_messages(void); +//Deletes a file, returns true on success, false on failure +uint8_t delete_file(char *path); #endif //UTIL_H_ -- cgit v1.2.3