cvs-cvs
[Top][All Lists]
Advanced

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

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


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

Index: ccvs/src/server.h
diff -u ccvs/src/server.h:1.23.6.5 ccvs/src/server.h:1.23.6.6
--- ccvs/src/server.h:1.23.6.5  Mon Jan 31 22:15:12 2005
+++ ccvs/src/server.h   Fri Sep  2 19:37:35 2005
@@ -21,6 +21,12 @@
 
 
 /*
+ * Nonzero if we are using the server.  Used by various places to call
+ * server-specific functions.
+ */
+extern int server_active;
+
+/*
  * Expand to `S', ` ', or the empty string.  Used in `%s-> ...' trace printfs.
  */
 #ifdef SERVER_SUPPORT
@@ -30,12 +36,6 @@
 #endif
 
 #ifdef SERVER_SUPPORT
-
-/*
- * Nonzero if we are using the server.  Used by various places to call
- * server-specific functions.
- */
-extern int server_active;
 
 /* Server functions exported to the rest of CVS.  */
 




reply via email to

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