diff arogue5/rogue.h @ 198:7795b0938921

Advanced Rogue 5: replace calls to unlink() with md_unlink().
author John "Elwin" Edwards
date Tue, 11 Aug 2015 16:12:09 -0400
parents 80a590e67206
children 56e748983fa8
line wrap: on
line diff
--- a/arogue5/rogue.h	Tue Aug 11 15:29:31 2015 -0400
+++ b/arogue5/rogue.h	Tue Aug 11 16:12:09 2015 -0400
@@ -984,6 +984,7 @@
 extern char *md_getroguedir();
 extern void md_init();
 extern FILE * md_fdopen(int fd, char *mode);
+extern int md_unlink(char *file);
 
 /*
  * Now all the global variables