Deleted Added
full compact
client.h (32896) client.h (34461)
1/* Interface between the client and the rest of CVS. */
2
3/* Stuff shared with the server. */
4extern char *mode_to_string PROTO((mode_t));
1/* Interface between the client and the rest of CVS. */
2
3/* Stuff shared with the server. */
4extern char *mode_to_string PROTO((mode_t));
5extern int change_mode PROTO((char *, char *));
5extern int change_mode PROTO((char *, char *, int));
6
7extern int gzip_level;
8extern int file_gzip_level;
9extern int filter_through_gzip PROTO((int, int, int, pid_t *));
10extern int filter_through_gunzip PROTO((int, int, pid_t *));
11
12#if defined (CLIENT_SUPPORT) || defined (SERVER_SUPPORT)
13

--- 188 unchanged lines hidden ---
6
7extern int gzip_level;
8extern int file_gzip_level;
9extern int filter_through_gzip PROTO((int, int, int, pid_t *));
10extern int filter_through_gunzip PROTO((int, int, pid_t *));
11
12#if defined (CLIENT_SUPPORT) || defined (SERVER_SUPPORT)
13

--- 188 unchanged lines hidden ---