]> err.no Git - libchamplain/commitdiff
Add pychamplain header file forgotten from previous commit
authorMike Sheldon <mike@mikeasoft.com>
Mon, 23 Mar 2009 10:36:23 +0000 (10:36 +0000)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 23 Mar 2009 18:15:29 +0000 (20:15 +0200)
bindings/python/champlain/pychamplain.h [new file with mode: 0644]

diff --git a/bindings/python/champlain/pychamplain.h b/bindings/python/champlain/pychamplain.h
new file mode 100644 (file)
index 0000000..81fec45
--- /dev/null
@@ -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