remove buffer_copy prototype
This commit is contained in:
parent
0db2088836
commit
e2f9fa232e
2
buffer.h
2
buffer.h
@ -81,8 +81,6 @@ void buffer_seek(buffer* b,size_t len);
|
|||||||
: buffer_get((s),(c),1) \
|
: buffer_get((s),(c),1) \
|
||||||
)
|
)
|
||||||
|
|
||||||
int buffer_copy(buffer* out,buffer* in);
|
|
||||||
|
|
||||||
int buffer_putulong(buffer *b,unsigned long int l);
|
int buffer_putulong(buffer *b,unsigned long int l);
|
||||||
int buffer_put8long(buffer *b,unsigned long int l);
|
int buffer_put8long(buffer *b,unsigned long int l);
|
||||||
int buffer_putxlong(buffer *b,unsigned long int l);
|
int buffer_putxlong(buffer *b,unsigned long int l);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user