aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys/toylist.h')
-rw-r--r--toys/toylist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index 9b992028..61e89c1c 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -72,9 +72,9 @@ struct patch_data {
long prefix;
struct double_list *plines, *flines;
- long oldline, oldlen, newline, newlen;
- int context, state;
- int filein, fileout, filepatch;
+ long oldline, oldlen, newline, newlen, linenum;
+ int context, state, filein, fileout, filepatch;
+ char *tempfile;
};
struct sleep_data {