NTTList: move into networking module
[citadel.git] / citadel / file_ops.h
index 1126a7695b9bc02e54f966a0e472257f90dd23a7..080c83e76488803d1c11b0942593c7939bd585b8 100644 (file)
@@ -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 */
\ No newline at end of file
+#endif /* FILE_OPS_H */