[NeoStats-Devel] [Commits] r2527 - trunk/src
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Mon Apr 18 07:18:43 2005
New Revision: 2527
Modified:
trunk/src/ircd.c
Log:
next set of protocol updates
Modified: trunk/src/ircd.c
==============================================================================
--- trunk/src/ircd.c (original)
+++ trunk/src/ircd.c Mon Apr 18 07:18:43 2005
@@ -326,8 +326,8 @@
};
typedef struct ircd_cmd_intrinsic {
- const char **name;
- const char **token;
+ char **name;
+ char **token;
ircd_cmd_handler handler;
unsigned int usage;
}ircd_cmd_intrinsic;