浏览代码

fix strict-prototypes warning

Priyadi Iman Nurcahyo 8 年之前
父节点
当前提交
6fee7e178f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      quantum/process_keycode/process_unicode.h

+ 1 - 0
quantum/process_keycode/process_unicode.h

@@ -22,6 +22,7 @@ void register_hex(uint16_t hex);
 bool process_unicode(uint16_t keycode, keyrecord_t *record);
 
 #ifdef UNICODEMAP_ENABLE
+void unicode_map_input_error(void);
 bool process_unicode_map(uint16_t keycode, keyrecord_t *record);
 #endif