aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'assuan/assuan-defs.h')
-rw-r--r--assuan/assuan-defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/assuan/assuan-defs.h b/assuan/assuan-defs.h
index ecabd3828..07f56e32e 100644
--- a/assuan/assuan-defs.h
+++ b/assuan/assuan-defs.h
@@ -39,6 +39,7 @@ struct assuan_context_s {
int is_server; /* set if this is context belongs to a server */
int in_inquire;
char *hello_line;
+ char *okay_line; /* see assan_set_okay_line() */
void *user_pointer; /* for assuan_[gs]et_pointer () */