[sword-cvs] sword/include filemgr.h,1.18,1.19

sword@www.crosswire.org sword@www.crosswire.org
Fri, 15 Aug 2003 01:52:17 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv15374/include

Modified Files:
	filemgr.h 
Log Message:
no message

Index: filemgr.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/filemgr.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- filemgr.h	27 Jun 2003 01:41:06 -0000	1.18
+++ filemgr.h	15 Aug 2003 08:52:15 -0000	1.19
@@ -141,6 +141,7 @@
 	static int createParent(const char *pName);
 	static int createPathAndFile(const char *fName);
 	static int copyFile(const char *sourceFile, const char *targetFile);
+	static int removeFile(const char *fName);
 
 };