summaryrefslogtreecommitdiff
path: root/bzrlib/_simple_set_pyx.h
diff options
context:
space:
mode:
Diffstat (limited to 'bzrlib/_simple_set_pyx.h')
-rw-r--r--bzrlib/_simple_set_pyx.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/bzrlib/_simple_set_pyx.h b/bzrlib/_simple_set_pyx.h
new file mode 100644
index 0000000..2f63225
--- /dev/null
+++ b/bzrlib/_simple_set_pyx.h
@@ -0,0 +1,26 @@
+#ifndef __PYX_HAVE__bzrlib___simple_set_pyx
+#define __PYX_HAVE__bzrlib___simple_set_pyx
+#ifdef __cplusplus
+#define __PYX_EXTERN_C extern "C"
+#else
+#define __PYX_EXTERN_C extern
+#endif
+
+struct SimpleSetObject {
+ PyObject_HEAD
+ struct __pyx_vtabstruct_6bzrlib_15_simple_set_pyx_SimpleSet *__pyx_vtab;
+ Py_ssize_t _used;
+ Py_ssize_t _fill;
+ Py_ssize_t _mask;
+ PyObject **_table;
+};
+
+#ifndef __PYX_HAVE_API__bzrlib___simple_set_pyx
+
+__PYX_EXTERN_C DL_IMPORT(PyTypeObject) SimpleSet_Type;
+
+#endif
+
+PyMODINIT_FUNC init_simple_set_pyx(void);
+
+#endif