X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Ffile_ops.h;h=080c83e76488803d1c11b0942593c7939bd585b8;hb=9caef44a2f42ab81b2489ae19859f1bbc25d4430;hp=18751f1e64f0c95befdea205df9a6bb362a54df7;hpb=011e05ae219b7860d1c11cf0261a55cea6f10c27;p=citadel.git diff --git a/citadel/file_ops.h b/citadel/file_ops.h index 18751f1e6..080c83e76 100644 --- a/citadel/file_ops.h +++ b/citadel/file_ops.h @@ -1,4 +1,3 @@ -/* $Id$ */ #ifndef FILE_OPS_H #define FILE_OPS_H @@ -7,15 +6,5 @@ void OpenCmdResult (char *, const char *); void abort_upl (CitContext *who); -int network_talking_to(char *nodename, int operation); - -/* - * Operations that can be performed by network_talking_to() - */ -enum { - NTT_ADD, - NTT_REMOVE, - NTT_CHECK -}; #endif /* FILE_OPS_H */