Suppress "no previous declaration" warning

This commit is contained in:
Yevgen Muntyan 2005-07-25 11:47:20 +00:00
parent c80a1c9065
commit 6c44d3925f

View File

@ -7,10 +7,17 @@ headers
#include "mooutils/moodialogs.h"
#include "mooutils/mooprefs.h"
#include "mooutils/mooprefsdialog.h"
#include "mooutils/moostock.h"
void moo_utils_register_classes (PyObject *dict);
void moo_utils_add_constants (PyObject *module,
const gchar *strip_prefix);
static PyTypeObject *_PyGdkColor_Type;
#define PyGdkColor_Type (*_PyGdkColor_Type)
static void
prefs_set (const char *key, PyObject *val, gboolean ignore_change)
{