Advanced Rogue 5: replace calls to unlink() with md_unlink().
This commit is contained in:
parent
4381177d66
commit
9ad85754bd
2 changed files with 4 additions and 3 deletions
|
|
@ -984,6 +984,7 @@ extern char *md_crypt();
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue