diff options
Diffstat (limited to 'buffer.h')
| -rw-r--r-- | buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,4 +17,7 @@ int bwrite(struct buffer *b, int fd); int bcanfill(struct buffer *b); int bhasdata(struct buffer *b); +int bgets(struct buffer *b, char *s, size_t len); +int bputs(struct buffer *b, char *s, size_t len); + #endif |
