Increased the load average before strangling the server. Its now 10.00
[citadel.git] / citadel / file_ops.h
index 6f95c1374444bda216df159856334300d4ed22f1..1126a7695b9bc02e54f966a0e472257f90dd23a7 100644 (file)
@@ -1,6 +1,11 @@
 /* $Id$ */
+#ifndef FILE_OPS_H
+#define FILE_OPS_H
+
+#include "context.h"
+
 void OpenCmdResult (char *, const char *);
-void abort_upl (struct CitContext *who);
+void abort_upl (CitContext *who);
 
 int network_talking_to(char *nodename, int operation);
 
@@ -12,3 +17,5 @@ enum {
         NTT_REMOVE,
         NTT_CHECK
 };
+
+#endif /* FILE_OPS_H */
\ No newline at end of file