seafile/daemon/c_bpwrapper.h
2020-12-07 12:27:19 +08:00

12 lines
207 B
C

#pragma once
typedef void *CBPWrapperExceptionHandler;
#ifdef __cplusplus
extern "C"
{
#endif
CBPWrapperExceptionHandler newCBPWrapperExceptionHandler(const char *dump_dir);
#ifdef __cplusplus
}
#endif