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
|
||||
.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…
x
Reference in New Issue
Block a user