summaryrefslogtreecommitdiff
path: root/wsutil/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/filesystem.h')
-rw-r--r--wsutil/filesystem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index 6a5bfe54d0..bb066d37e3 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -55,6 +55,13 @@ WS_DLL_PUBLIC const char *get_progfile_dir(void);
WS_DLL_PUBLIC const char *get_plugin_dir(void);
/*
+ * Get the directory in which extcap hooks are stored; this must not be called
+ * before init_progfile_dir() is called, as they might be stored in a
+ * subdirectory of the program file directory.
+ */
+WS_DLL_PUBLIC const char *get_extcap_dir(void);
+
+/*
* Get the flag indicating whether we're running from a build
* directory.
*/