aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/assuan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assuan.h b/src/assuan.h
index f97493d..485ad22 100644
--- a/src/assuan.h
+++ b/src/assuan.h
@@ -101,6 +101,7 @@ typedef enum {
ASSUAN_CMD_USER = 256 /* Other commands should be used with this offset*/
} AssuanCommand;
+#define ASSUAN_LINELENGTH 1002 /* 1000 + [CR,]LF */
struct assuan_context_s;
typedef struct assuan_context_s *ASSUAN_CONTEXT;