aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan-defs.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-11-24 21:22:18 +0000
committerWerner Koch <[email protected]>2001-11-24 21:22:18 +0000
commitdc8410cbcf316179b1ed7b0a524ed699296f4907 (patch)
tree7cf7319166ce0e21f999873140e063bcf03b7212 /assuan/assuan-defs.h
parent2001-11-24 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-dc8410cbcf316179b1ed7b0a524ed699296f4907.tar.gz
gpgme-dc8410cbcf316179b1ed7b0a524ed699296f4907.zip
Updated from canonical source location in GnuPG.
Diffstat (limited to 'assuan/assuan-defs.h')
-rw-r--r--assuan/assuan-defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/assuan/assuan-defs.h b/assuan/assuan-defs.h
index 8723fd31..05e548cb 100644
--- a/assuan/assuan-defs.h
+++ b/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 {