Make parameters const, its not altered inside.
[citadel.git] / citadel / file_ops.h
index 125c5a6beaa642da1130350b2ef8e76e3a0322a5..03c3dc7ed8647139398d44dd23ad80b3ca6fbee2 100644 (file)
@@ -6,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, int operation);
 
 /*
  * Operations that can be performed by network_talking_to()