aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan.h
diff options
context:
space:
mode:
Diffstat (limited to 'assuan/assuan.h')
-rw-r--r--assuan/assuan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/assuan/assuan.h b/assuan/assuan.h
index f97493dc..485ad222 100644
--- a/assuan/assuan.h
+++ b/assuan/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;