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

Diff of /ccvs/src/root.h

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

revision 1.17 by dprice, Wed Aug 31 16:51:02 2005 UTC revision 1.18 by scjones, Fri Sep 2 21:51:09 2005 UTC
# Line 31  typedef struct cvsroot_s { Line 31  typedef struct cvsroot_s {
31      char *original;             /* The complete source CVSroot string. */      char *original;             /* The complete source CVSroot string. */
32      CVSmethod method;           /* One of the enum values above. */      CVSmethod method;           /* One of the enum values above. */
33      char *directory;            /* The directory name. */      char *directory;            /* The directory name. */
34        unsigned char isremote;     /* Nonzero if we are doing remote access. */
35  /* The following is required for servers now to allow Redirects to be sent  /* The following is required for servers now to allow Redirects to be sent
36   * for remote roots when client support is disabled.   * for remote roots when client support is disabled.
37   */   */
# Line 47  typedef struct cvsroot_s { Line 48  typedef struct cvsroot_s {
48                                   * used.                                   * used.
49                                   */                                   */
50      int proxy_port;             /* The port of the proxy or zero, as above. */      int proxy_port;             /* The port of the proxy or zero, as above. */
     unsigned char isremote;     /* Nonzero if we are doing remote access. */  
51      bool redirect;              /* False if we are to disable redirects. */      bool redirect;              /* False if we are to disable redirects. */
52  #endif /* defined (CLIENT_SUPPORT) || defined (SERVER_SUPPORT) */  #endif /* defined (CLIENT_SUPPORT) || defined (SERVER_SUPPORT) */
53  } cvsroot_t;  } cvsroot_t;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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