/[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.61 by dprice, Tue Oct 11 23:09:05 2005 UTC
# Line 117  send_files (int argc, char **argv, int l Line 117  send_files (int argc, char **argv, int l
117                    unsigned int flags);                    unsigned int flags);
118    
119  /* Flags for send_files.  */  /* Flags for send_files.  */
120  # define SEND_BUILD_DIRS 1  # define SEND_BUILD_DIRS        (1 << 0)
121  # define SEND_FORCE 2  # define SEND_FORCE             (1 << 1)
122  # define SEND_NO_CONTENTS 4  # define SEND_NO_CONTENTS       (1 << 2)
123  # define BACKUP_MODIFIED_FILES 8  # define BACKUP_MODIFIED_FILES  (1 << 3)
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  
changed lines
  Added in v.1.61

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