X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=cmd_neonserv_command.c;h=0f34ea0463d316e697c0f82b82c41d0bf3a0f8b4;hb=795115bf680185ae01043bd1222b78bfed8c1d87;hp=874816dd8b2dfed38787ec9b4f5c53146205ac03;hpb=ed661ecf021039867ab57a2628882ee2113f28ee;p=NeonServV5.git diff --git a/cmd_neonserv_command.c b/cmd_neonserv_command.c index 874816d..0f34ea0 100644 --- a/cmd_neonserv_command.c +++ b/cmd_neonserv_command.c @@ -1,11 +1,13 @@ +#include "cmd_neonserv.h" + /* * argv[0-1] command */ static int neonserv_cmd_command_chanaccess(struct cmd_binding *cbind, struct ChanNode *chan); static int neonserv_cmd_command_operaccess(struct cmd_binding *cbind); -static CMD_BIND(neonserv_cmd_command) { +CMD_BIND(neonserv_cmd_command) { char *ident; MYSQL_RES *res; MYSQL_ROW row;