remove buffer_copy prototype

This commit is contained in:
leitner 2009-03-18 11:58:00 +00:00
parent 0db2088836
commit e2f9fa232e

View File

@ -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);