diff options
Diffstat (limited to 'src/assuan.h.in')
-rw-r--r-- | src/assuan.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assuan.h.in b/src/assuan.h.in index 410b4b7..86733a3 100644 --- a/src/assuan.h.in +++ b/src/assuan.h.in @@ -161,6 +161,9 @@ typedef unsigned int assuan_flag_t; #define ASSUAN_CONFIDENTIAL 2 /* This flag suppresses fix up of signal handlers for pipes. */ #define ASSUAN_NO_FIXSIGNALS 3 +/* This flag changes assuan_transact to return comment lines via the + status callback. The default is to skip comment lines. */ +#define ASSUAN_CONVEY_COMMENTS 4 /* For context CTX, set the flag FLAG to VALUE. Values for flags are usually 1 or 0 but certain flags might allow for other values; |