diff toys/toylist.h @ 214:98820d1eaa79

Upgrade patch to understand creating and deleting files.
author Rob Landley <rob@landley.net>
date Thu, 20 Dec 2007 06:30:19 -0600
parents 9a0d4e8a9c61
children 87390c3700c1
line wrap: on
line diff
--- a/toys/toylist.h	Thu Dec 20 06:29:59 2007 -0600
+++ b/toys/toylist.h	Thu Dec 20 06:30:19 2007 -0600
@@ -74,7 +74,7 @@
 	struct double_list *plines, *flines;
 	long oldline, oldlen, newline, newlen, linenum;
 	int context, state, filein, fileout, filepatch;
-	char *tempfile;
+	char *tempname, *oldname;
 };
 
 struct sleep_data {