summaryrefslogtreecommitdiff
path: root/common/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/command.c')
-rw-r--r--common/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/command.c b/common/command.c
index f21bcc28f0..c18998c129 100644
--- a/common/command.c
+++ b/common/command.c
@@ -166,6 +166,7 @@ struct command *find_cmd (const char *cmd)
return NULL; /* not found or ambiguous command */
}
+EXPORT_SYMBOL(find_cmd);
/*
* Put all commands into a linked list. Without module support we could use