stasis-aries-wal/stasis/logger/inMemoryLog.h

9 lines
123 B
C
Raw Normal View History

2008-12-01 19:48:59 +00:00
#ifndef __INMEMORYLOG
#define __INMEMORYLOG
#include <stasis/logger/logger2.h>
2006-04-12 01:40:47 +00:00
2008-12-01 19:48:59 +00:00
stasis_log_t* open_InMemoryLog();
2006-04-12 01:40:47 +00:00
#endif