diff util.h @ 1852:a4cae960fd08

Allow config file to be saved with executable for "portable" setups
author Michael Pavone <pavone@retrodev.com>
date Wed, 24 Apr 2019 19:08:49 -0700
parents 52a47611a273
children 5a76a7373823
line wrap: on
line diff
--- a/util.h	Tue Apr 23 23:37:15 2019 -0700
+++ b/util.h	Wed Apr 24 19:08:49 2019 -0700
@@ -88,5 +88,7 @@
 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_