summaryrefslogtreecommitdiffstats
path: root/src/portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable.h')
-rw-r--r--src/portable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable.h b/src/portable.h
index 956ae41..6c215a8 100644
--- a/src/portable.h
+++ b/src/portable.h
@@ -44,6 +44,7 @@ namespace Portable
void setShortDir(void);
const char * strnstr(const char *haystack, const char *needle, size_t haystack_len);
const char * devNull();
+ const bool checkForExecutable(const char *fileName);
}