aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-08-08 17:23:26 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-08-08 17:23:26 +0200
commitd39c8087c4872094105270b193f68e191b5c6015 (patch)
tree54e3155ce7b3552524900415cac52438d2e13ab2 /src/include
parent6b23a8225efed99498f891b589c7c5171567192b (diff)
downloadgnunet-d39c8087c4872094105270b193f68e191b5c6015.tar.gz
gnunet-d39c8087c4872094105270b193f68e191b5c6015.zip
pathes to better support third party extensions from ML. Thanks to Alessio Vanni
Diffstat (limited to 'src/include')
-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