diff options
Diffstat (limited to 'src/LYUtils.h')
-rw-r--r-- | src/LYUtils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/LYUtils.h b/src/LYUtils.h index 9844d728..f2239f5c 100644 --- a/src/LYUtils.h +++ b/src/LYUtils.h @@ -196,6 +196,12 @@ extern "C" { extern void statusline(const char *text); extern void toggle_novice_line(void); +#if defined(MULTI_USER_UNIX) + extern BOOL IsOurFile(const char *name); +#else +#define IsOurFile(name) TRUE +#endif + #ifdef EXP_ASCII_CTYPES extern int ascii_tolower(int i); extern int ascii_toupper(int i); |