summaryrefslogtreecommitdiff
path: root/plugins/mobicore/mobicore.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-09-18 19:07:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-09-18 19:07:28 (GMT)
commit175e8193759e01b45b1f6d2d7970e2993ec8c364 (patch)
treea762e3fe34d843e764497bd00412eb91d8317fd1 /plugins/mobicore/mobicore.h
parent264be7bafd7ab92ddadc5c0d9d5c4489c9cda5d4 (diff)
Updated the MCLF format support.
Diffstat (limited to 'plugins/mobicore/mobicore.h')
-rw-r--r--plugins/mobicore/mobicore.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/plugins/mobicore/mobicore.h b/plugins/mobicore/mobicore.h
deleted file mode 100644
index 26a8888..0000000
--- a/plugins/mobicore/mobicore.h
+++ /dev/null
@@ -1,41 +0,0 @@
-
-/* Chrysalide - Outil d'analyse de fichiers binaires
- * mobicore.h - prototypes pour le support du format de chargement MobiCore
- *
- * Copyright (C) 2015-2017 Cyrille Bagard
- *
- * This file is part of Chrysalide.
- *
- * Chrysalide is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * Chrysalide is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
- */
-
-
-#ifndef _PLUGINS_MOBICORE_MOBICORE_H
-#define _PLUGINS_MOBICORE_MOBICORE_H
-
-
-#include <plugins/plugin.h>
-#include <plugins/plugin-int.h>
-
-
-
-/* Prend acte du chargement du greffon. */
-G_MODULE_EXPORT bool chrysalide_plugin_init(GPluginModule *);
-
-/* Prend acte du déchargement du greffon. */
-G_MODULE_EXPORT void chrysalide_plugin_exit(GPluginModule *);
-
-
-
-#endif /* _PLUGINS_MOBICORE_MOBICORE_H */