diff util.h @ 1931:374a5ae694e8 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 18 Apr 2020 11:42:53 -0700
parents a4cae960fd08
children 5a76a7373823
line wrap: on
line diff
--- a/util.h	Thu Apr 18 22:06:47 2019 -0700
+++ b/util.h	Sat Apr 18 11:42:53 2020 -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_