2 * Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
3 * See COPYING file for license information
10 #define CVSPS_PREFIX "cvsps"
12 #define CVSPS_PREFIX ".cvsps"
19 char *xstrdup(char const *);
20 void strzncpy(char * dst
, const char * src
, int n
);
21 char *readfile(char const *filename
, char *buf
, size_t size
);
22 char *strrep(char *s
, char find
, char replace
);
23 char *get_cvsps_dir();
24 char *get_string(char const *str
);
25 void convert_date(time_t *, const char *);
27 void timing_stop(const char *);
28 int my_system(const char *);
29 int escape_filename(char *, int, const char *);