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


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/server.h
Date: Fri, 02 Sep 2005 17:51:19 -0400

Index: ccvs/src/server.h
diff -u ccvs/src/server.h:1.43 ccvs/src/server.h:1.44
--- ccvs/src/server.h:1.43      Wed Aug 31 16:51:04 2005
+++ ccvs/src/server.h   Fri Sep  2 21:51:09 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]