diff options
Diffstat (limited to 'dome_key_map.h')
| -rw-r--r-- | dome_key_map.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/dome_key_map.h b/dome_key_map.h index 2a73d8f..224cc21 100644 --- a/dome_key_map.h +++ b/dome_key_map.h @@ -36,7 +36,7 @@ typedef struct {    size_t length;  } Trigger; -Config *c_parse_args(const char *const *args, size_t length); +Config *c_parse_args(const char *const *args, size_t length, Config *config_ptr);  void c_run_key_action(State *state, Trigger trigger, const Trigger *mode); | 
