projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aac: error cleanup
[paraslash.git]
/
ringbuffer.h
1
/** \file ringbuffer.h exported symbols from ringbuffer.c */
2
void *ringbuffer_new(unsigned size);
3
void *ringbuffer_add(void *cookie, void *data);
4
void *ringbuffer_get(void *cookie, int num);
5
unsigned ringbuffer_filled(void *cookie);
6