summaryrefslogtreecommitdiffstats
path: root/src/path-prefix.h
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es>2018-07-25 09:03:47 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es>2018-07-25 09:03:47 +0000
commit384a3997b3def9d8382602d97b71649d902e6c38 (patch)
treef2ac1ba3fd818063aa61022dc6b23302ed3f99cf /src/path-prefix.h
parentImprove tooltip for open button in preferences (diff)
downloadinkscape-384a3997b3def9d8382602d97b71649d902e6c38.tar.gz
inkscape-384a3997b3def9d8382602d97b71649d902e6c38.zip
Add some Marting sugestions about main.cpp in MR
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)