version 1.66 | | version 1.67 |
---|
| | |
/* | | /* |
* static char *rcsid_c_wiz_c = | | * static char *rcsid_c_wiz_c = |
* "$Id: c_wiz.c,v 1.66 2005/08/12 08:18:59 ryo_saeba Exp $"; | | * "$Id: c_wiz.c,v 1.67 2005/08/12 13:46:34 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* for socket users to become DM - in that case, it will check for the players | | * for socket users to become DM - in that case, it will check for the players |
* character name. | | * character name. |
*/ | | */ |
static int checkdm(object *op, char *pl_name, char *pl_passwd, char *pl_host) | | static int checkdm(object *op, const char *pl_name, const char *pl_passwd, const char *pl_host) |
{ | | { |
FILE *dmfile; | | FILE *dmfile; |
char buf[MAX_BUF]; | | char buf[MAX_BUF]; |