aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 495871cf2..02f701799 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -162,6 +162,8 @@ typedef struct {
} PKT_comment;
typedef struct {
+ ulong stored_at; /* the stream offset where it was stored
+ * by build-packet */
int len; /* length of the name */
char name[1];
} PKT_user_id;