summaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index ff324e18a..944713606 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -66,12 +66,12 @@ enum GNUNET_OS_InstallationPathKind
66 GNUNET_OS_IPK_BINDIR, 66 GNUNET_OS_IPK_BINDIR,
67 67
68 /** 68 /**
69 * Return the directory where libraries are installed. (lib/) 69 * Return the directory where libraries are installed. (lib/gnunet/)
70 */ 70 */
71 GNUNET_OS_IPK_LIBDIR, 71 GNUNET_OS_IPK_LIBDIR,
72 72
73 /** 73 /**
74 * Return the directory where data is installed (share/) 74 * Return the directory where data is installed (share/gnunet/)
75 */ 75 */
76 GNUNET_OS_IPK_DATADIR, 76 GNUNET_OS_IPK_DATADIR,
77 77
@@ -88,9 +88,15 @@ enum GNUNET_OS_InstallationPathKind
88 GNUNET_OS_IPK_SELF_PREFIX, 88 GNUNET_OS_IPK_SELF_PREFIX,
89 89
90 /** 90 /**
91 * Return the prefix of the path with application icons. 91 * Return the prefix of the path with application icons (share/icons/).
92 */ 92 */
93 GNUNET_OS_IPK_ICONDIR 93 GNUNET_OS_IPK_ICONDIR,
94
95 /**
96 * Return the prefix of the path with documentation files, including the
97 * license (share/doc/gnunet/).
98 */
99 GNUNET_OS_IPK_DOCDIR
94}; 100};
95 101
96 102