]> code.citadel.org Git - citadel.git/blobdiff - citadel/file_ops.h
NTTList: move into networking module
[citadel.git] / citadel / file_ops.h
index 6f95c1374444bda216df159856334300d4ed22f1..080c83e76488803d1c11b0942593c7939bd585b8 100644 (file)
@@ -1,14 +1,10 @@
-/* $Id$ */
+#ifndef FILE_OPS_H
+#define FILE_OPS_H
+
+#include "context.h"
+
 void OpenCmdResult (char *, const char *);
-void abort_upl (struct 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
-};
+void abort_upl (CitContext *who);
+
+
+#endif /* FILE_OPS_H */