diff options
Diffstat (limited to '')
-rw-r--r-- | src/espik_common_handler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/espik_common_handler.h b/src/espik_common_handler.h index 0aa5d92..c46ab6c 100644 --- a/src/espik_common_handler.h +++ b/src/espik_common_handler.h @@ -6,7 +6,8 @@ #include "espik_global.h" -int server_data (void *__UNUSED__, int __UNUSED__, Ecore_Con_Event_Server_Data * __UNUSED__); +int server_data (void *__UNUSED__, int __UNUSED__, + Ecore_Con_Event_Server_Data * __UNUSED__); int kb_get (void *__UNUSED__, Ecore_Fd_Handler *); #endif /* HAVE_ESPIK_COMMON_HANDLER_H */ |