summaryrefslogtreecommitdiff
path: root/src/assuan-defs.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-01-10 19:46:04 +0000
committerWerner Koch <wk@gnupg.org>2002-01-10 19:46:04 +0000
commit0ee0e9e344116a48adce8351b9b6ada58ec4df3e (patch)
tree2eb8fc172584a71adb9657c7d5a5f949102cba24 /src/assuan-defs.h
parent09e2199a5394b339192d163ccc2e09660331c6ce (diff)
downloadlibassuan-0ee0e9e344116a48adce8351b9b6ada58ec4df3e.tar.gz
* assuan-handler.c (assuan_set_okay_line): New.
(process_request): And use it here.
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 () */