diff options
Diffstat (limited to 'src/assuan.h.in')
-rw-r--r-- | src/assuan.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/assuan.h.in b/src/assuan.h.in index 8e1982d..456e184 100644 --- a/src/assuan.h.in +++ b/src/assuan.h.in @@ -164,6 +164,8 @@ typedef unsigned int assuan_flag_t; /* 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 +/* This flags disables logging for one context. */ +#define ASSUAN_NO_LOGGING 5 /* 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; |