mirror of /home/gitosis/repositories/libowfat.git
stralloc* not const char*
This commit is contained in:
parent
d94fec77d0
commit
1114f8eb8e
|
@ -6,7 +6,7 @@ buffer_putsa \- write stralloc to buffer
|
|||
.B #include <stralloc.h>
|
||||
.B #include <buffer.h>
|
||||
|
||||
int \fBbuffer_putsa\fP(buffer* \fIb\fR,const char* \fIx\fR);
|
||||
int \fBbuffer_putsa\fP(buffer* \fIb\fR,stralloc* \fIx\fR);
|
||||
.SH DESCRIPTION
|
||||
buffer_putsa is equivalent to buffer_put(b,x.sa,x.len).
|
||||
.SH "RETURN VALUE"
|
||||
|
|
Loading…
Reference in New Issue