From d39c8087c4872094105270b193f68e191b5c6015 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 8 Aug 2019 17:23:26 +0200 Subject: pathes to better support third party extensions from ML. Thanks to Alessio Vanni --- src/include/gnunet_os_lib.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/gnunet_os_lib.h') 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 */ const char *user_config_file; + /** + * String identifying the current project version. + */ + const char *version; + + /** + * Non-zero means this project is part of GNU. + */ + int is_gnu; }; -- cgit v1.2.3