aboutsummaryrefslogtreecommitdiff
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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 6eb4ce5eb..d43711a99 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -267,6 +267,15 @@ struct GNUNET_OS_ProjectData
267 */ 267 */
268 const char *user_config_file; 268 const char *user_config_file;
269 269
270 /**
271 * String identifying the current project version.
272 */
273 const char *version;
274
275 /**
276 * Non-zero means this project is part of GNU.
277 */
278 int is_gnu;
270}; 279};
271 280
272 281