repo.or.cz
/
xiph-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git]
/
ogg-python
/
src
/
_oggmodule.h
blob
3cfb78ba7cfa73e4917288d585780094bd2442e0
1
#ifndef __OGGMODULE_H__
2
#define __OGGMODULE_H__
3
4
#include <Python.h>
5
6
PyObject
*
Py_OggError
;
7
8
/* Object docstrings */
9
10
extern
char
py_ogg_stream_state_doc
[];
11
extern
char
py_oggpack_buffer_doc
[];
12
extern
char
py_ogg_sync_state_doc
[];
13
14
#endif
/* __OGGMODULE_H__ */