gnunet-android

GNUnet for Android
Log | Files | Refs | README

commit 290b0fecbafd7dc37951134cc1ca3c6d103fb37e
parent 946c2515bee610575845654402ef0734fb6cebcc
Author: t3sserakt <t3ss@posteo.de>
Date:   Fri, 11 Jul 2025 12:01:26 +0200

Added missing header file for install_path member.

Diffstat:
Mandroid_studio/distribution/libgnunet/lib/arm64-v8a/include/gnunet_os_lib.h | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/android_studio/distribution/libgnunet/lib/arm64-v8a/include/gnunet_os_lib.h b/android_studio/distribution/libgnunet/lib/arm64-v8a/include/gnunet_os_lib.h @@ -304,6 +304,12 @@ struct GNUNET_OS_ProjectData * reserved. */ const char *agpl_url; + + /** + * In case we do not have environment variables to determine the install path, + * the install path can be set explicitly. + */ + const char *install_path_override; };