cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/root.h [cvs1-11-x-branch]


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/root.h [cvs1-11-x-branch]
Date: Fri, 02 Sep 2005 15:37:51 -0400

Index: ccvs/src/root.h
diff -u ccvs/src/root.h:1.2.2.3 ccvs/src/root.h:1.2.2.4
--- ccvs/src/root.h:1.2.2.3     Mon Jan 31 22:15:12 2005
+++ ccvs/src/root.h     Fri Sep  2 19:37:35 2005
@@ -31,6 +31,7 @@
     char *original;            /* The complete source CVSroot string. */
     CVSmethod method;          /* One of the enum values above. */
     char *directory;           /* The directory name. */
+    unsigned char isremote;    /* Nonzero if we are doing remote access. */
 #ifdef CLIENT_SUPPORT
     char *username;            /* The username or NULL if method == local. */
     char *password;            /* The password or NULL if method == local. */
@@ -41,7 +42,6 @@
                                 * used.
                                 */
     int proxy_port;            /* The port of the proxy or zero, as above. */
-    unsigned char isremote;    /* Nonzero if we are doing remote access. */
 #endif /* CLIENT_SUPPORT */
 } cvsroot_t;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]