repo.or.cz
/
vorbis-lancer-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added vorbis-tools.
[vorbis-lancer-gcc.git]
/
vorbis-tools-1.2.0
/
vorbiscomment
/
vceditaux.h
blob
bb40eaeb78a315c37b2180c4329edfb6eff5af5f
1
typedef
struct
vcedit_page_buffer
{
2
char
*
data
;
3
size_t
data_len
;
4
}
vcedit_page_buffer
;
5
6
typedef
struct
vcedit_buffer_chain
{
7
struct
vcedit_buffer_chain
*
next
;
8
struct
vcedit_page_buffer buffer
;
9
}
vcedit_buffer_chain
;