summaryrefslogtreecommitdiff
path: root/pith/filttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/filttype.h')
-rw-r--r--pith/filttype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/filttype.h b/pith/filttype.h
index 21a1bec5..684299ca 100644
--- a/pith/filttype.h
+++ b/pith/filttype.h
@@ -35,6 +35,8 @@ typedef struct filter_s { /* type to hold data for filter function */
unsigned char t; /* temporary char */
char *line; /* place for temporary storage */
char *linep; /* pointer into storage space */
+ char *oldline; /* the previous line to "line" */
+ char *oldlinep; /* the previous line to "line" */
void *opt; /* optional per instance data */
void *data; /* misc internal data pointer */
unsigned char queue[1 + GF_MAXBUF];