Browse Source

fix strict-prototypes warning

pull/906/head
Priyadi Iman Nurcahyo 7 years ago
parent
commit
6fee7e178f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/process_keycode/process_unicode.h

+ 1
- 0
quantum/process_keycode/process_unicode.h View File

@ -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


Loading…
Cancel
Save