X-Git-Url: https://git.librecmc.org/?p=oweals%2Fgnunet.git;a=blobdiff_plain;f=src%2Finclude%2Fgnunet_os_lib.h;fp=src%2Finclude%2Fgnunet_os_lib.h;h=b583cc493afdb9e2d3e995f8a3731c2442a68f93;hp=a6188c1cae6ef30018f0ce5b70cf6a9b0e1117a5;hb=49cf7a8e893eaf7682ac12c7d0ea5ca4a6d1a73d;hpb=b9333fef25b57bdd7f556f5fb73f9abaef9bc5ef diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h index a6188c1ca..b583cc493 100644 --- a/src/include/gnunet_os_lib.h +++ b/src/include/gnunet_os_lib.h @@ -287,6 +287,14 @@ struct GNUNET_OS_ProjectData * If this field is NULL, the path is automatically inferred. */ char *gettext_path; + + /** + * URL pointing to the source code of the application. Required for AGPL. + * Setting this to NULL disables the built-in mechanism, but you must + * provide it in some other way. If non-NULL, message type 1 and 2 are + * reserved. + */ + char *agpl_url; };