1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Mark check_keystroke and new_hop_from static.

This commit is contained in:
Miciah Dashiel Butler Masters 2006-08-05 19:42:20 +00:00 committed by Miciah Dashiel Butler Masters
parent a5c395cd7a
commit b5b285b5df

View File

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