4b07b538a6
(Note: this commit contains quite a few instances of auto-cleaned whitespace....)
8 lines
137 B
C
8 lines
137 B
C
#ifndef __INMEMORYLOG
|
|
#define __INMEMORYLOG
|
|
|
|
#include <stasis/logger/logger2.h>
|
|
|
|
stasis_log_t* stasis_log_impl_in_memory_open();
|
|
|
|
#endif
|