Make Message.cmd a const pointer.

This commit is contained in:
Jilles Tjoelker 2008-04-08 18:51:52 +02:00
parent 03d18a46b1
commit b4cd337c77
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ struct MessageEntry
/* Message table structure */
struct Message
{
char *cmd;
const char *cmd;
unsigned int count; /* number of times command used */
unsigned int rcount; /* number of times command used by server */
unsigned long bytes; /* bytes received for this message */