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