From: Michal MalĂ˝ Date: Tue, 26 Aug 2014 18:46:04 +0000 (+0200) Subject: Export klgd_make_command() for use by modules X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=b1fea3cbae4fc198c41289176a670a036fb0f583;p=KLGD.git Export klgd_make_command() for use by modules --- diff --git a/klgd.c b/klgd.c index af3d59e..75b4083 100644 --- a/klgd.c +++ b/klgd.c @@ -295,6 +295,7 @@ struct klgd_command * klgd_make_command(const char * const bytes, const size_t l return cmd; } +EXPORT_SYMBOL_GPL(klgd_make_command); int klgd_register_plugin(struct klgd_main *ctx, size_t idx, struct klgd_plugin *plugin) {