summaryrefslogtreecommitdiffhomepage
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/buffer.h b/buffer.h
index 1a614ec..d82ee0b 100644
--- a/buffer.h
+++ b/buffer.h
@@ -10,6 +10,5 @@ struct buffer
};
int buffer_grow(struct buffer *);
-int buffer_read_more(const int, struct buffer *, const int);
int buffer_prepare_at_least(const int, struct buffer *, const int);
int buffer_until(struct buffer *, const char *, const int);