summaryrefslogtreecommitdiffstats
path: root/src/path-prefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-prefix.h')
-rw-r--r--src/path-prefix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h
index a557ca340..598a2eff8 100644
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
@@ -20,7 +20,8 @@
char *append_inkscape_datadir(const char *relative_path);
-
+char *get_datadir_path();
+char *get_extensions_path();
#ifdef _WIN32
#undef INKSCAPE_DATADIR
#define INKSCAPE_DATADIR append_inkscape_datadir(NULL)