diff options
| author | mikeos <mike.osipov@gmail.com> | 2013-01-28 23:15:49 +0400 |
|---|---|---|
| committer | mikeos <mike.osipov@gmail.com> | 2013-01-28 23:15:49 +0400 |
| commit | 90810f9f35494ed55784547ea3f91f20da91f2c4 (patch) | |
| tree | 02c006e66906a068c5e88ddca059b1e55c9788cb /buffer.h | |
| parent | 656e5b71064f5ee521e3d28a6c1c0e7f5f85a622 (diff) | |
command interface improvements
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 |
