diff options
Diffstat (limited to 'client/common/common.h')
-rw-r--r-- | client/common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/common/common.h b/client/common/common.h index eafbb3a..0e53835 100644 --- a/client/common/common.h +++ b/client/common/common.h @@ -19,7 +19,7 @@ struct client { }; void parse_args(struct client *client, int *argc, char **argv[]); -struct bm_menu* menu_with_options(struct client *client); +struct bm_menu* menu_with_options(const struct client *client); enum bm_run_result run_menu(struct bm_menu *menu); #endif /* _BM_COMMON_H_ */ |