#ifndef LIBIPC #define LIBIPC #include void* ipc_context_init (void); void ipc_context_deinit (void* ctx); #endif