Add config.h to csync_private.h and add plugin_handle.

This commit is contained in:
Andreas Schneider 2008-04-17 14:54:21 +02:00
parent dca5625249
commit 9c90b113e8
2 changed files with 2 additions and 2 deletions

View file

@ -25,8 +25,6 @@
#include <stdio.h>
#include <string.h>
#include "config.h"
#include "c_lib.h"
#include "csync_private.h"
#include "csync_config.h"

View file

@ -35,6 +35,7 @@
#include <sqlite3.h>
#include "config.h"
#include "c_lib.h"
#include "csync.h"
@ -68,6 +69,7 @@ struct csync_s {
c_rbtree_t *remote;
c_strlist_t *excludes;
sqlite3 *journal;
void *plugin_handle;
struct {
int max_depth;