Todo List
Global ecore_ipc_client_send (Ecore_Ipc_Client *cl, int major, int minor, int ref, int ref_to, int response, const void *data, int size)

This function needs to become an IPC message.

Make sure ref_to and response parameters are described correctly.

Global ecore_ipc_server_add (Ecore_Ipc_Type compl_type, const char *name, int port, const void *data)
Need to add protocol type parameter to this function.
Global ecore_ipc_server_connect (Ecore_Ipc_Type compl_type, char *name, int port, const void *data)
Need to add protocol type parameter.
Global ecore_ipc_server_send (Ecore_Ipc_Server *svr, int major, int minor, int ref, int ref_to, int response, const void *data, int size)

This function needs to become an IPC message.

Fix up the documentation: Make sure what ref_to and response are.