more trimming away of ignet stuffs
[citadel.git] / citadel / include / ctdl_module.h
index c08333e4b874c1761360de005217a6689fd75443..3783a04568879e20c7befbf67f816419ae140511 100644 (file)
@@ -367,16 +367,7 @@ int CtdlIsValidNode(const StrBuf **nexthop,
 
 
 
-int CtdlNetworkTalkingTo(const char *nodename, long len, int operation);
 
-/*
- * Operations that can be performed by network_talking_to()
- */
-enum {
-        NTT_ADD,
-        NTT_REMOVE,
-        NTT_CHECK
-};
 
 /*
  * Expose API calls from user_ops.c