documented wrong return type

master
leitner 10 years ago
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…
Cancel
Save