aboutsummaryrefslogtreecommitdiffstats
path: root/include/rb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rb.h')
-rw-r--r--include/rb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rb.h b/include/rb.h
index aa17de8..99816b8 100644
--- a/include/rb.h
+++ b/include/rb.h
@@ -38,7 +38,7 @@ int rb_destroy(struct rb *);
int rb_stop(struct rb *);
size_t rb_discard(struct rb *, size_t);
const char *rb_version(char *, char *, char *);
-size_t rb_count(const struct rb *);
-size_t rb_space(const struct rb *);
+long rb_count(struct rb *);
+long rb_space(struct rb *);
#endif