ecore_con: use the right type for prototype.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 6 Jan 2017 23:58:26 +0000 (15:58 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 6 Jan 2017 23:58:46 +0000 (15:58 -0800)
src/examples/ecore/ecore_con_eet_client_example.c

index 9748ea1..ad949dd 100644 (file)
 #include "ecore_con_eet_descriptor_example.h"
 
 Eina_Bool
-_eet_svr_discnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply EINA_UNUSED, Ecore_Con_Client *conn EINA_UNUSED)
+_eet_svr_discnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply EINA_UNUSED, Ecore_Con_Server *conn EINA_UNUSED)
 {
    ecore_main_loop_quit();
    return EINA_FALSE;
 }
 
-Eina_Bool
-_eet_svr_cnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply, Ecore_Con_Client *conn EINA_UNUSED)
+static Eina_Bool
+_eet_svr_cnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply, Ecore_Con_Server *conn EINA_UNUSED)
 {
    /* Only id and message parameter are sent to server. not_sending, parameter
     * is not sent, as it is not added to the eet descriptor. */