version 1.87 | | version 1.88 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: request.c,v 1.87 2006/03/18 15:05:37 ryo_saeba Exp $"; | | * "$Id: request.c,v 1.88 2006/05/05 09:41:15 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* Asks the client to query the user. This way, the client knows | | * Asks the client to query the user. This way, the client knows |
* it needs to send something back (vs just printing out a message) | | * it needs to send something back (vs just printing out a message) |
*/ | | */ |
void send_query(socket_struct *ns, uint8 flags, char *text) | | void send_query(socket_struct *ns, uint8 flags, const char *text) |
{ | | { |
char buf[MAX_BUF]; | | char buf[MAX_BUF]; |
| | |