--- hydra/src/buffer.c 2002/09/21 13:53:50 1.1 +++ hydra/src/buffer.c 2002/09/28 16:32:37 1.4 @@ -1,8 +1,8 @@ /* - * Boa, an http server + * Hydra, an http server * Copyright (C) 1995 Paul Phillips * Some changes Copyright (C) 1999 Jon Nelson - + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 1, or (at your option) @@ -19,7 +19,7 @@ * */ -/* $Id: buffer.c,v 1.1 2002/09/21 13:53:50 nmav Exp $ */ +/* $Id: buffer.c,v 1.4 2002/09/28 16:32:37 nmav Exp $ */ #include "boa.h" #include "escape.h" @@ -37,7 +37,7 @@ * Returns: -1 for error, otherwise how much is stored */ -int req_write(request * req, char *msg) +int req_write(request * req, const char *msg) { int msg_len;