* make it const where possible...
[citadel.git] / citadel / sysdep.c
index 137e9c59b06075ca824ab855cc2e389649b4e0fc..a0ba89b2c71e3144ee2c5e59279f224bc48e7011 100644 (file)
@@ -441,7 +441,7 @@ void flush_output(void) {
 /*
  * client_write()   ...    Send binary data to the client.
  */
-int client_write(char *buf, int nbytes)
+int client_write(const char *buf, int nbytes)
 {
        int bytes_written = 0;
        int retval;