X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep.c;h=a0ba89b2c71e3144ee2c5e59279f224bc48e7011;hb=4bff53bf1cdb8e74b3e67db0e0ba9d1c1a042d65;hp=137e9c59b06075ca824ab855cc2e389649b4e0fc;hpb=0c28e38d1dd8513427cd5d2490793f0010ab14b7;p=citadel.git diff --git a/citadel/sysdep.c b/citadel/sysdep.c index 137e9c59b..a0ba89b2c 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -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;