Port the new granule position scheme for 3.2.1 schemes to the theora-exp branch.
[xiph/unicode.git] / py-ogg2 / src / module.h
blobe8fd9864de0555376f523d82ec368246de66ff65
1 #ifndef __OGG2MODULE_H__
2 #define __OGG2MODULE_H__
4 #include <Python.h>
6 extern PyObject *PyOgg_Error;
7 extern PyObject *PyOggPage_Error;
8 extern PyObject *PyOggPacket_Error;
10 /* Object docstrings */
12 extern char PyOggStreamState_Doc[];
13 extern char PyOggPackBuffer_Doc[];
14 extern char PyOggSyncState_Doc[];
16 #endif /* __OGG2MODULE_H__ */