stasis-aries-wal/stasis/logger/inMemoryLog.h
2008-12-01 19:48:59 +00:00

8 lines
123 B
C

#ifndef __INMEMORYLOG
#define __INMEMORYLOG
#include <stasis/logger/logger2.h>
stasis_log_t* open_InMemoryLog();
#endif