/[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.2.1 by dprice, Wed Oct 12 02:46:36 2005 UTC revision 1.60.2.2 by dprice, Sat Oct 15 01:39:24 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    
 #include "sign.h"  
   
17  /* Stuff shared with the server.  */  /* Stuff shared with the server.  */
18  char *mode_to_string (mode_t);  char *mode_to_string (mode_t);
19  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 112  send_file_names (int argc, char **argv,
112   * the files to operate on (or empty for everything), not options.   * the files to operate on (or empty for everything), not options.
113   * local is nonzero if we should not recurse (-l option).   * local is nonzero if we should not recurse (-l option).
114   */   */
115  void  void send_files (int argc, char **argv, int local, int aflag,
116  send_files (int argc, char **argv, int local, int aflag,                   unsigned int flags);
             unsigned int flags, sign_state sign, const char *sign_template,  
             List *send_args);  
117    
118  /* Flags for send_files.  */  /* Flags for send_files.  */
119  # define SEND_BUILD_DIRS 1  # define SEND_BUILD_DIRS 1
120  # define SEND_FORCE 2  # define SEND_FORCE 2
121  # define SEND_NO_CONTENTS 4  # define SEND_NO_CONTENTS 4
122  # define BACKUP_MODIFIED_FILES 8  # define BACKUP_MODIFIED_FILES 8
123    # define SEND_SIGNATURES        (1 << 4)
124    
125  /* Send an argument to the remote server.  */  /* Send an argument to the remote server.  */
126  void  void

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

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