00001 #ifndef HAVE_ENGINE_H
00002 #define HAVE_ENGINE_H
00003
00004 #include <opensync/opensync.h>
00005
00006 #ifdef __cplusplus
00007 extern "C"
00008 {
00009 #endif
00010
00011
00012
00013
00014 typedef struct OSyncEngine OSyncEngine;
00015 typedef struct OSyncClient OSyncClient;
00016 typedef struct OSyncMapping OSyncMapping;
00017
00018
00019
00020
00021
00022 #include "osengine_status.h"
00023 #include "osengine_engine.h"
00024 #include "osengine_mapping.h"
00025 #include "osengine_debug.h"
00026
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030
00031 #endif