Document the csync handle and remove the struct forward declaration.

This commit is contained in:
Andreas Schneider 2008-02-29 18:04:51 +01:00
Родитель 2d0de78d1f
Коммит 2dbba9d1f8
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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.