EINTERN void e_keyrouter_input_handler_add(void);
-EINTERN int e_keyrouter_set_keygrab_in_list(struct wl_resource *surface, struct wl_client *client, uint32_t key, uint32_t mode);
EINTERN int e_keyrouter_prepend_to_keylist(struct wl_resource *surface, struct wl_client *wc, uint32_t key, uint32_t mode, Eina_Bool focused);
EINTERN void e_keyrouter_remove_surface_from_list(struct wl_resource *surface);
EINTERN void e_keyrouter_remove_client_from_list(struct wl_client *wc);
EINTERN uint32_t e_keyrouter_find_keygrab_mode_with_surface(struct wl_resource *surface, uint32_t key);
EINTERN uint32_t e_keyrouter_find_keygrab_mode_with_client(struct wl_client *wc, uint32_t key);
-EINTERN Eina_Bool e_keyrouter_process_key_event(void *event, int type);
EINTERN int e_keyrouter_util_get_pid(struct wl_client *client, struct wl_resource *surface);
EINTERN char *e_keyrouter_util_cmd_get_from_pid(int pid);
EINTERN void e_keyrouter_conf_init(E_Keyrouter_Config_Data *kconfig);
EINTERN void e_keyrouter_conf_deinit(E_Keyrouter_Config_Data *kconfig);
-EINTERN int e_keyrouter_cb_picture_off(const int option, void *data);
-
EINTERN int e_keyrouter_keygrab_set(struct wl_client *client, struct wl_resource *surface, int key, int mode);
EINTERN int e_keyrouter_keygrab_unset(struct wl_client *client, struct wl_resource *surface, int key);