cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/cvs.h [signed-commits]
Date: Sun, 16 Oct 2005 16:45:21 -0400

Index: ccvs/src/cvs.h
diff -u ccvs/src/cvs.h:1.344.2.2 ccvs/src/cvs.h:1.344.2.3
--- ccvs/src/cvs.h:1.344.2.2    Sun Oct 16 16:39:23 2005
+++ ccvs/src/cvs.h      Sun Oct 16 20:45:18 2005
@@ -481,24 +481,11 @@
 
 typedef        RETSIGTYPE (*SIGCLEANUPPROC)    (int);
 int SIG_register (int sig, SIGCLEANUPPROC sigcleanup);
-bool isdir (const char *file);
-bool isfile (const char *file);
-ssize_t islink (const char *file);
-bool isdevice (const char *file);
-bool isreadable (const char *file);
-bool iswritable (const char *file);
-bool isaccessible (const char *file, const int mode);
-const char *last_component (const char *path);
-char *get_homedir (void);
-char *strcat_filename_onto_homedir (const char *, const char *);
-char *cvs_temp_name (void);
-FILE *cvs_temp_file (char **filename);
-
-int ls (int argc, char *argv[]);
-int unlink_file (const char *f);
-int unlink_file_dir (const char *f);
 
+#include "filesubr.h"
 #include "subr.h"
+
+int ls (int argc, char *argv[]);
 
 int update (int argc, char *argv[]);
 /* The only place this is currently used outside of update.c is add.c.




reply via email to

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