aboutsummaryrefslogtreecommitdiff
path: root/src/espik_common_handler.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/espik_common_handler.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/espik_common_handler.h b/src/espik_common_handler.h
index 603ace5..905d98d 100644
--- a/src/espik_common_handler.h
+++ b/src/espik_common_handler.h
@@ -5,8 +5,7 @@
#include <Ecore_Con.h>
#include <Ecore.h>
-int server_data (void *__UNUSED__, int __UNUSED__,
- Ecore_Con_Event_Server_Data * __UNUSED__);
-int kb_get (void *__UNUSED__, Ecore_Fd_Handler *);
+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 */