浏览代码

init_mi_core() exported via mi.h

- mi_core.h no longer needed, probably mi_core.c should get into a
  module
Daniel-Constantin Mierla 16 年之前
父节点
当前提交
4e6f8d23f4
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      lib/kmi/mi.h
  2. 1 1
      lib/kmi/mi_core.h

+ 2 - 0
lib/kmi/mi.h

@@ -91,5 +91,7 @@ static inline struct mi_root* run_mi_cmd(struct mi_cmd *cmd, struct mi_root *t)
 
 void get_mi_cmds( struct mi_cmd** cmds, int *size);
 
+int init_mi_core(void);
+
 #endif
 

+ 1 - 1
lib/kmi/mi_core.h

@@ -36,6 +36,6 @@
 #ifndef _MI_MI_CORE_H_
 #define _MI_MI_CORE_H_
 
-int init_mi_core(void);
+// int init_mi_core(void);
 
 #endif