mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
12 lines
207 B
C
12 lines
207 B
C
#pragma once
|
|
|
|
typedef void *CBPWrapperExceptionHandler;
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
CBPWrapperExceptionHandler newCBPWrapperExceptionHandler(const char *dump_dir);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |