rework the networking locking facility using the hashlist.
[citadel.git] / citadel / file_ops.h
index 1126a7695b9bc02e54f966a0e472257f90dd23a7..a2483a126e115446026c5a1c67ffcd85849437a5 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 #ifndef FILE_OPS_H
 #define FILE_OPS_H
 
@@ -7,7 +6,7 @@
 void OpenCmdResult (char *, const char *);
 void abort_upl (CitContext *who);
 
-int network_talking_to(char *nodename, int operation);
+int network_talking_to(const char *nodename, long len, int operation);
 
 /*
  * Operations that can be performed by network_talking_to()
@@ -18,4 +17,4 @@ enum {
         NTT_CHECK
 };
 
-#endif /* FILE_OPS_H */
\ No newline at end of file
+#endif /* FILE_OPS_H */