2009-01-05 21:57:33 +00:00
|
|
|
#ifndef __STASIS_LOG_FILE_POOL_H
|
|
|
|
#define __STASIS_LOG_FILE_POOL_H
|
|
|
|
|
|
|
|
#include <stasis/common.h>
|
|
|
|
#include <stasis/logger/logger2.h>
|
|
|
|
|
2011-04-20 21:50:56 +00:00
|
|
|
BEGIN_C_DECLS
|
|
|
|
|
2009-01-05 21:57:33 +00:00
|
|
|
stasis_log_t* stasis_log_file_pool_open(const char* dirname, int filemode, int fileperm);
|
|
|
|
|
2011-04-20 21:50:56 +00:00
|
|
|
END_C_DECLS
|
2009-01-05 21:57:33 +00:00
|
|
|
#endif
|