summaryrefslogtreecommitdiff
path: root/wsutil/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/filesystem.h')
-rw-r--r--wsutil/filesystem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index a45367a69b..ea467c49ee 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -304,6 +304,11 @@ WS_DLL_PUBLIC gboolean copy_file_binary_mode(const char *from_filename,
*/
WS_DLL_PUBLIC gchar* data_file_url(const gchar *filename);
+/*
+ * Free the internal structtures
+ */
+WS_DLL_PUBLIC void free_progdirs(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */