summaryrefslogtreecommitdiffstats
path: root/debian/opensync/opensync-0.22/osengine/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/opensync/opensync-0.22/osengine/engine.h')
-rw-r--r--debian/opensync/opensync-0.22/osengine/engine.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/opensync/opensync-0.22/osengine/engine.h b/debian/opensync/opensync-0.22/osengine/engine.h
deleted file mode 100644
index 30e7262a..00000000
--- a/debian/opensync/opensync-0.22/osengine/engine.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef HAVE_ENGINE_H
-#define HAVE_ENGINE_H
-
-#include <opensync/opensync.h>
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-/**************************************************************
- * Structs
- *************************************************************/
-typedef struct OSyncEngine OSyncEngine;
-typedef struct OSyncClient OSyncClient;
-typedef struct OSyncMapping OSyncMapping;
-
-/**************************************************************
- * Includes
- *************************************************************/
-
-#include "osengine_status.h"
-#include "osengine_engine.h"
-#include "osengine_mapping.h"
-#include "osengine_debug.h"
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif