aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-defs.h')
-rw-r--r--src/assuan-defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/assuan-defs.h b/src/assuan-defs.h
index 05e548c..2bbc9b8 100644
--- a/src/assuan-defs.h
+++ b/src/assuan-defs.h
@@ -69,6 +69,10 @@ struct assuan_context_s {
size_t cmdtbl_used; /* used entries */
size_t cmdtbl_size; /* allocated size of table */
+ void (*bye_notify_fnc)(ASSUAN_CONTEXT);
+ void (*cancel_notify_fnc)(ASSUAN_CONTEXT);
+ void (*reset_notify_fnc)(ASSUAN_CONTEXT);
+
int input_fd; /* set by INPUT command */
int output_fd; /* set by OUTPUT command */