documented wrong return type
This commit is contained in:
parent
798c06a785
commit
8b3eb0be7c
@ -4,7 +4,7 @@ buffer_peek \- return pointer to string in buffer
|
|||||||
.SH SYNTAX
|
.SH SYNTAX
|
||||||
.B #include <buffer.h>
|
.B #include <buffer.h>
|
||||||
|
|
||||||
int \fBbuffer_peek\fP(buffer* \fIb\fR);
|
char* \fBbuffer_peek\fP(buffer* \fIb\fR);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
buffer_peek returns a pointer to the first byte of the string in the
|
buffer_peek returns a pointer to the first byte of the string in the
|
||||||
buffer.
|
buffer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user