From b5b285b5dfb002552091780f64db236f638da6ac Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Sat, 5 Aug 2006 19:42:20 +0000 Subject: [PATCH] Mark check_keystroke and new_hop_from static. --- src/config/dialogs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/dialogs.c b/src/config/dialogs.c index b658a1434..d9e8c11f8 100644 --- a/src/config/dialogs.c +++ b/src/config/dialogs.c @@ -783,7 +783,7 @@ struct kbdbind_add_hop { struct widget_data *widget_data; }; -struct kbdbind_add_hop * +static struct kbdbind_add_hop * new_hop_from(struct kbdbind_add_hop *hop) { struct kbdbind_add_hop *new_hop = mem_alloc(sizeof(*new_hop)); @@ -842,7 +842,7 @@ really_add_keybinding(void *data, unsigned char *keystroke) really_really_add_keybinding((void *) hop); } -widget_handler_status_T +static widget_handler_status_T check_keystroke(struct dialog_data *dlg_data, struct widget_data *widget_data) { struct kbdbind_add_hop *hop = dlg_data->dlg->udata2;