rename one function, matching others, to help upcoming change

This commit is contained in:
okan
2017-07-12 16:56:26 +00:00
parent d179dfdeb9
commit aefc0bf0fb
3 changed files with 3 additions and 3 deletions

View File

@ -522,7 +522,7 @@ out:
}
void
kbfunc_menu_client_label(void *ctx, struct cargs *cargs)
kbfunc_client_menu_label(void *ctx, struct cargs *cargs)
{
struct client_ctx *cc = ctx;
struct menu *mi;