about summary refs log tree commit homepage
path: root/cmogstored.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmogstored.h')
-rw-r--r--cmogstored.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmogstored.h b/cmogstored.h
index c3ebf80..32868cb 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -342,7 +342,6 @@ struct mog_rbuf *mog_rbuf_get(size_t size);
 struct mog_rbuf *mog_rbuf_detach(struct mog_rbuf *rbuf);
 struct mog_rbuf *mog_rbuf_grow(struct mog_rbuf *);
 void mog_rbuf_free(struct mog_rbuf *);
-void mog_rbuf_free_and_null(struct mog_rbuf **);
 void mog_rbuf_reattach_and_null(struct mog_rbuf **);
 void *mog_fsbuf_get(size_t *size);
 void mog_alloc_quit(void);