aboutsummaryrefslogtreecommitdiff
path: root/src/anastasis/anastasis-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/anastasis/anastasis-gtk.h')
-rw-r--r--src/anastasis/anastasis-gtk.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/anastasis/anastasis-gtk.h b/src/anastasis/anastasis-gtk.h
index 7c2bd78..b7a6b43 100644
--- a/src/anastasis/anastasis-gtk.h
+++ b/src/anastasis/anastasis-gtk.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of anastasis-gtk. 2 This file is part of anastasis-gtk.
3 Copyright (C) 2020 Anastasis SARL 3 Copyright (C) 2020-2022 Anastasis SARL
4 4
5 Anastasis is free software; you can redistribute it and/or modify 5 Anastasis is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -42,6 +42,11 @@ extern struct GNUNET_GTK_MainLoop *AG_ml;
42extern struct ANASTASIS_PolicyDiscovery *AG_pd; 42extern struct ANASTASIS_PolicyDiscovery *AG_pd;
43 43
44/** 44/**
45 * Application ID to include in the user attributes.
46 */
47extern char *AG_application_id;
48
49/**
45 * Our configuration. 50 * Our configuration.
46 */ 51 */
47extern const struct GNUNET_CONFIGURATION_Handle *AG_cfg; 52extern const struct GNUNET_CONFIGURATION_Handle *AG_cfg;