Clean all ‘… warning: "_POSIX_C_SOURCE" redefined’
[claws.git] / src / plugins / python / composewindowtype.h
index 4d7b422a42adaeb326295d92c916b18d9540cb35..14ddc26044a8c065f8821e2f78035dbc381607ef 100644 (file)
 #define COMPOSEWINDOWTYPE_H
 
 #include <Python.h>
+#include <glib.h>
 
 #include "compose.h"
 
-#ifndef PyMODINIT_FUNC  /* declarations for DLL import/export */
-#define PyMODINIT_FUNC void
-#endif
 
-PyMODINIT_FUNC initcomposewindow(PyObject *module);
+gboolean cmpy_add_composewindow(PyObject *module);
 
 PyObject* clawsmail_compose_new(PyObject *module, Compose *compose);