cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/filesubr.h [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/filesubr.h [signed-commits2]
Date: Tue, 29 Nov 2005 18:44:24 -0500

Index: ccvs/src/filesubr.h
diff -u ccvs/src/filesubr.h:1.1.4.1 ccvs/src/filesubr.h:1.1.4.2
--- ccvs/src/filesubr.h:1.1.4.1 Thu Oct 20 21:33:10 2005
+++ ccvs/src/filesubr.h Tue Nov 29 23:44:19 2005
@@ -20,6 +20,7 @@
 #define FILESUBR_H
 
 #include <stdbool.h>
+#include <stdio.h>      /* Get FILE. */
 #include <sys/types.h>  /* Get ssize_t.  */
 
 
@@ -38,5 +39,6 @@
 FILE *cvs_temp_file (char **filename);
 int unlink_file (const char *f);
 int unlink_file_dir (const char *f);
+void copy_file (const char *from, const char *to);
 
 #endif /* FILESUBR_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]