summaryrefslogtreecommitdiffstats
path: root/debian/opensync/opensync-0.22/osengine/engine.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-05-05 21:00:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-05-05 21:00:30 +0900
commit24e9ee48f345ffccf078cfb6a905c9ce183b9fad (patch)
tree4a7bbf2b5eea460ab9daa0df7367033f8c117d4d /debian/opensync/opensync-0.22/osengine/engine.h
parentfcd3bd2cb3714f26d5b546e3b5d8df2bd3646c05 (diff)
downloadextra-dependencies-24e9ee48f345ffccf078cfb6a905c9ce183b9fad.tar.gz
extra-dependencies-24e9ee48f345ffccf078cfb6a905c9ce183b9fad.zip
DEB: drop deprecated opensync code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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