aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/assuan/assuan-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/assuan/assuan-defs.h')
-rw-r--r--trunk/assuan/assuan-defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/assuan/assuan-defs.h b/trunk/assuan/assuan-defs.h
index 8723fd31..05e548cb 100644
--- a/trunk/assuan/assuan-defs.h
+++ b/trunk/assuan/assuan-defs.h
@@ -45,6 +45,10 @@ struct assuan_context_s {
int linelen; /* w/o CR, LF - might not be the same as
strlen(line) due to embedded nuls. However a nul
is always written at this pos */
+ struct {
+ char line[LINELENGTH];
+ int linelen ;
+ } attic;
} inbound;
struct {