diff options
author | Guido van Rossum <guido@python.org> | 1998-10-07 14:36:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-10-07 14:36:10 (GMT) |
commit | 2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b (patch) | |
tree | 72c314cd75953e0a44774693042013e5df51f900 /Include/Python.h | |
parent | 8c1e114d1af2eae634f5b5a999a34d6ea1386c0d (diff) | |
download | cpython-2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b.zip cpython-2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b.tar.gz cpython-2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b.tar.bz2 |
Add Greg Stein's buffer object API.
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index f16b47b..e97fd6c 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -76,6 +76,7 @@ PERFORMANCE OF THIS SOFTWARE. #endif #include "rangeobject.h" #include "stringobject.h" +#include "bufferobject.h" #include "tupleobject.h" #include "listobject.h" #include "dictobject.h" |