parse: export cmd_dict for use elsewhere.
This commit is contained in:
parent
e8f1c19e7b
commit
7416e480b0
2 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
#include "packet.h"
|
||||
#include "s_assert.h"
|
||||
|
||||
static struct Dictionary *cmd_dict = NULL;
|
||||
struct Dictionary *cmd_dict = NULL;
|
||||
struct Dictionary *alias_dict = NULL;
|
||||
|
||||
/* parv[0] is not used, and parv[LAST] == NULL */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue