renamed moo_mod_console to moo_mod_con

This commit is contained in:
hyunghwan.chung
2017-12-14 02:04:52 +00:00
parent 62009f7266
commit 5ea15c24bd
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
*/
#include "console.h"
#include "_con.h"
#include <moo-utl.h>
#include <string.h>
@ -276,7 +276,7 @@ static void unload (moo_t* moo, moo_mod_t* mod)
/* TODO: close all open handle?? */
}
int moo_mod_console (moo_t* moo, moo_mod_t* mod)
int moo_mod_con (moo_t* moo, moo_mod_t* mod)
{
mod->import = import;
mod->query = query;