зеркало из https://github.com/nextcloud/desktop.git
Add C++ extern "C"
This commit is contained in:
Родитель
eb59f98ec9
Коммит
f7866aabde
|
@ -33,6 +33,10 @@
|
|||
#ifndef _CSYNC_STATEDB_H
|
||||
#define _CSYNC_STATEDB_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "c_lib.h"
|
||||
#include "csync_private.h"
|
||||
|
||||
|
@ -115,6 +119,10 @@ typedef struct csync_progressinfo_s {
|
|||
char *error_string;
|
||||
} csync_progressinfo_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* }@
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче