diff options
Diffstat (limited to 'src/anastasis/anastasis-gtk.h')
-rw-r--r-- | src/anastasis/anastasis-gtk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/anastasis/anastasis-gtk.h b/src/anastasis/anastasis-gtk.h index 54c47fb..7c2bd78 100644 --- a/src/anastasis/anastasis-gtk.h +++ b/src/anastasis/anastasis-gtk.h | |||
@@ -61,6 +61,10 @@ extern json_t *AG_redux_state; | |||
61 | */ | 61 | */ |
62 | extern struct ANASTASIS_ReduxAction *AG_ra; | 62 | extern struct ANASTASIS_ReduxAction *AG_ra; |
63 | 63 | ||
64 | /** | ||
65 | * Curl context for communication with taler backend | ||
66 | */ | ||
67 | extern struct GNUNET_CURL_Context *AG_ctx; | ||
64 | 68 | ||
65 | /** | 69 | /** |
66 | * State associated with a background long action. | 70 | * State associated with a background long action. |