gcc 4 cleanups (mostly unsigned char* vs char*)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "buffer.h"
|
||||
|
||||
void buffer_init_free(buffer* b,int (*op)(),int fd,
|
||||
unsigned char* y,unsigned long int ylen) {
|
||||
char* y,unsigned long int ylen) {
|
||||
buffer_init(b,op,fd,y,ylen);
|
||||
b->todo=FREE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user