Clean all ‘… warning: "_POSIX_C_SOURCE" redefined’
[claws.git] / src / plugins / python / messageinfotype.h
index 1beb37ac98227735a3dbf44bdac8441380efb736..301275a07433e83153c70187181eb61218dffcfb 100644 (file)
 #define MESSAGEINFOTYPE_H
 
 #include <Python.h>
+#include <glib.h>
 
 #include "procmsg.h"
 
-#ifndef PyMODINIT_FUNC  /* declarations for DLL import/export */
-#define PyMODINIT_FUNC void
-#endif
-
-PyMODINIT_FUNC initmessageinfo(PyObject *module);
+gboolean cmpy_add_messageinfo(PyObject *module);
 
 PyObject* clawsmail_messageinfo_new(MsgInfo *msginfo);
 MsgInfo* clawsmail_messageinfo_get_msginfo(PyObject *self);