#ifndef __INMEMORYLOG #define __INMEMORYLOG #include BEGIN_C_DECLS /** * Allocate a new non-persistent Stasis log. */ stasis_log_t* stasis_log_impl_in_memory_open(); END_C_DECLS #endif