diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -382,8 +382,8 @@ const char *getfilename(int id); struct memfile *getfile(int id); void addfileline(int id, uint off); void getfilepos(int *line, int *col, int id, uint off); -bool isoncefile(int id); -void markfileonce(int id); +bool isoncefile(int id, const char **guard); +void markfileonce(int id, const char *guard); void markfileseen(int id); bool isfileseen(int id); void closefile(int id); |