summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index c8382db8e..7998b7c74 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -286,6 +286,7 @@ E int m_version(const char *source, int ac, const char **av);
/**** misc.c ****/
+E bool IsFile(const std::string &filename);
E int toupper(char);
E int tolower(char);
E char *strscpy(char *d, const char *s, size_t len);