summaryrefslogtreecommitdiff
path: root/src/assuan-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-defs.h')
-rw-r--r--src/assuan-defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assuan-defs.h b/src/assuan-defs.h
index ecabd38..07f56e3 100644
--- a/src/assuan-defs.h
+++ b/src/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 () */