/[cvs]/ccvs/src/client.h
ViewVC logotype

Diff of /ccvs/src/client.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by conradpino, Mon Sep 26 03:25:30 2005 UTC revision 1.60.2.1 by dprice, Wed Oct 12 02:46:36 2005 UTC
# Line 14  Line 14 
14    
15  /* Interface between the client and the rest of CVS.  */  /* Interface between the client and the rest of CVS.  */
16    
17    #include "sign.h"
18    
19  /* Stuff shared with the server.  */  /* Stuff shared with the server.  */
20  char *mode_to_string (mode_t);  char *mode_to_string (mode_t);
21  int change_mode (const char *, const char *, int);  int change_mode (const char *, const char *, int);
# Line 114  send_file_names (int argc, char **argv, Line 116  send_file_names (int argc, char **argv,
116   */   */
117  void  void
118  send_files (int argc, char **argv, int local, int aflag,  send_files (int argc, char **argv, int local, int aflag,
119                    unsigned int flags);              unsigned int flags, sign_state sign, const char *sign_template,
120                List *send_args);
121    
122  /* Flags for send_files.  */  /* Flags for send_files.  */
123  # define SEND_BUILD_DIRS 1  # define SEND_BUILD_DIRS 1

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.60.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26