1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 16:23:13 +02:00

- Changed some m_ functions into CMD_FUNC(m_*)

This commit is contained in:
stskeeps
2002-01-29 13:48:00 +00:00
parent 5a366beda7
commit fa2e9760f9
5 changed files with 79 additions and 69 deletions
+1
View File
@@ -51,6 +51,7 @@ extern time_t timeofday;
/* newconf */
#define get_sendq(x) ((x)->class ? (x)->class->sendq : MAXSENDQLENGTH)
#define CMD_FUNC(x) int (x) (aClient *cptr, aClient *sptr, int parc, char *parv[])
#ifndef NO_FDLIST
extern float currentrate;