From: Mike Sheldon Date: Mon, 23 Mar 2009 10:36:23 +0000 (+0000) Subject: Add pychamplain header file forgotten from previous commit X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=620ce8a111009217be4ca7231013c13aa85b6477;p=libchamplain Add pychamplain header file forgotten from previous commit --- diff --git a/bindings/python/champlain/pychamplain.h b/bindings/python/champlain/pychamplain.h new file mode 100644 index 0000000..81fec45 --- /dev/null +++ b/bindings/python/champlain/pychamplain.h @@ -0,0 +1,7 @@ +#ifndef __PYCHAMPLAIN_H__ +#define __PYCHAMPLAIN_H__ + +void champlain_register_classes (PyObject *d); +void champlain_add_constants(PyObject *module, const gchar *strip_prefix); + +#endif