mirror of /home/gitosis/repositories/libowfat.git
documented wrong return type
parent
18d9655ca4
commit
d86346ba72
|
@ -4,7 +4,7 @@ buffer_peek \- return pointer to string in buffer
|
|||
.SH SYNTAX
|
||||
.B #include <buffer.h>
|
||||
|
||||
int \fBbuffer_peek\fP(buffer* \fIb\fR);
|
||||
char* \fBbuffer_peek\fP(buffer* \fIb\fR);
|
||||
.SH DESCRIPTION
|
||||
buffer_peek returns a pointer to the first byte of the string in the
|
||||
buffer.
|
||||
|
|
Loading…
Reference in New Issue