X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;h=3783a04568879e20c7befbf67f816419ae140511;hp=c08333e4b874c1761360de005217a6689fd75443;hb=1fee2a05df6383f00214b7681a0be120f6fc7e1f;hpb=6150ec8f254e46e453251cac570b6d7816294a9a diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index c08333e4b..3783a0456 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -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