/[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.61 by dprice, Tue Oct 11 23:09:05 2005 UTC revision 1.61.2.1 by dprice, Thu Oct 20 21:33:10 2005 UTC
# Line 112  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);  
117    
118  /* Flags for send_files.  */  /* Flags for send_files.  */
119  # define SEND_BUILD_DIRS        (1 << 0)  # define SEND_BUILD_DIRS        (1 << 0)
120  # define SEND_FORCE             (1 << 1)  # define SEND_FORCE             (1 << 1)
121  # define SEND_NO_CONTENTS       (1 << 2)  # define SEND_NO_CONTENTS       (1 << 2)
122  # define BACKUP_MODIFIED_FILES  (1 << 3)  # define BACKUP_MODIFIED_FILES  (1 << 3)
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.61  
changed lines
  Added in v.1.61.2.1

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