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 771108e..956ae41 100644
--- a/src/portable.h
+++ b/src/portable.h
@@ -43,6 +43,7 @@ namespace Portable
void correct_path(void);
void setShortDir(void);
const char * strnstr(const char *haystack, const char *needle, size_t haystack_len);
+ const char * devNull();
}