* Finished the concurrency check for network polling. (Now works both for
[citadel.git] / citadel / serv_network.h
index 91a9afb1802ad5546111002362a3ce18524f0563..60ebce1e589d69a296e86fb9dbd59010e320a534 100644 (file)
@@ -8,12 +8,3 @@ struct SpoolControl {
        struct namelist *listrecps;
        struct namelist *ignet_push_shares;
 };
-
-/*
- * Operations that can be performed by network_talking_to()
- */
-enum {
-       NTT_ADD,
-       NTT_REMOVE,
-       NTT_CHECK
-};