gcc 4 cleanups (mostly unsigned char* vs char*)
This commit is contained in:
@@ -4,7 +4,7 @@ stralloc_copyb \- copy data into a stralloc
|
||||
.SH SYNTAX
|
||||
.B #include <stralloc.h>
|
||||
|
||||
int \fBstralloc_copyb\fP(stralloc* \fIsa\fR,const unsigned char* \fIbuf\fR,unsigned long int \fIlen\fR);
|
||||
int \fBstralloc_copyb\fP(stralloc* \fIsa\fR,const char* \fIbuf\fR,unsigned long int \fIlen\fR);
|
||||
.SH DESCRIPTION
|
||||
stralloc_copyb makes sure that \fIsa\fR has enough space allocated to hold
|
||||
\fIlen\fR bytes. Then it copies the first \fIlen\fR bytes from
|
||||
|
||||
Reference in New Issue
Block a user