summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/constants.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-02-07 20:30:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-02-07 20:30:07 (GMT)
commit42540e681161aab0a1c27c66541ed5dc833ca411 (patch)
treea7a1329435252b7b1ac8981b6ab3a3abddcfe457 /plugins/pychrysalide/constants.h
parent7c17177918f1bb94be7c84ca9b839155623ff05f (diff)
Created the right place for plugins in the Python API.
Diffstat (limited to 'plugins/pychrysalide/constants.h')
-rw-r--r--plugins/pychrysalide/constants.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/plugins/pychrysalide/constants.h b/plugins/pychrysalide/constants.h
deleted file mode 100644
index 21f9d0e..0000000
--- a/plugins/pychrysalide/constants.h
+++ /dev/null
@@ -1,38 +0,0 @@
-
-/* Chrysalide - Outil d'analyse de fichiers binaires
- * constants.h - prototypes pour l'ajout des constantes principales
- *
- * Copyright (C) 2020 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 this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-
-#ifndef _PLUGINS_PYCHRYSALIDE_CONSTANTS_H
-#define _PLUGINS_PYCHRYSALIDE_CONSTANTS_H
-
-
-#include <Python.h>
-#include <stdbool.h>
-
-
-/* Définit les constantes relatives aux greffons Python. */
-bool define_plugin_module_constants(PyTypeObject *);
-
-
-
-#endif /* _PLUGINS_PYCHRYSALIDE_CONSTANTS_H */