зеркало из https://github.com/nextcloud/desktop.git
Document the csync handle and remove the struct forward declaration.
This commit is contained in:
Родитель
2d0de78d1f
Коммит
2dbba9d1f8
|
@ -55,10 +55,10 @@ extern "C" {
|
|||
#define CSYNC_JOURNAL_FILE "csync_journal.db"
|
||||
#define CSYNC_LOCK_FILE "lock"
|
||||
|
||||
/*
|
||||
* Forward declarations
|
||||
/**
|
||||
* csync handle
|
||||
*/
|
||||
struct csync_s; typedef struct csync_s CSYNC;
|
||||
typedef struct csync_s CSYNC;
|
||||
|
||||
/**
|
||||
* @brief Allocate a csync context.
|
||||
|
|
Загрузка…
Ссылка в новой задаче