aaagh those were not meant to be in the docs!

SVN revision: 62223
This commit is contained in:
Carsten Haitzler 2011-08-09 06:05:44 +00:00
parent cc639e3d1e
commit 7b85e7da2b
2 changed files with 0 additions and 4 deletions

View File

@ -39,9 +39,6 @@ extern "C" {
typedef struct _Ecore_Ipc_Server Ecore_Ipc_Server; /**< An IPC connection handle */
typedef struct _Ecore_Ipc_Client Ecore_Ipc_Client; /**< An IPC connection handle */
/**
* Macros used for generic data packing
*/
EAPI unsigned short _ecore_ipc_swap_16(unsigned short v);
EAPI unsigned int _ecore_ipc_swap_32(unsigned int v);
EAPI unsigned long long _ecore_ipc_swap_64(unsigned long long v);

View File

@ -45,7 +45,6 @@
int _ecore_ipc_log_dom = -1;
/* byte swappers - for dealing with big vs little endian machines */
EAPI unsigned short
_ecore_ipc_swap_16(unsigned short v)
{