From 620ce8a111009217be4ca7231013c13aa85b6477 Mon Sep 17 00:00:00 2001 From: Mike Sheldon Date: Mon, 23 Mar 2009 10:36:23 +0000 Subject: [PATCH] Add pychamplain header file forgotten from previous commit --- bindings/python/champlain/pychamplain.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bindings/python/champlain/pychamplain.h 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 -- 2.39.5