summaryrefslogtreecommitdiff
path: root/pith/atttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/atttype.h')
-rw-r--r--pith/atttype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/atttype.h b/pith/atttype.h
index df471d4f..a43a16bb 100644
--- a/pith/atttype.h
+++ b/pith/atttype.h
@@ -25,6 +25,8 @@ typedef struct attachment {
unsigned can_display:4;
unsigned shown:1;
unsigned suppress_editorial:1;
+ char *cid_tmpfile;
+ char *tmpdir;
char *number;
char size[25];
} ATTACH_S;