]> git.draconx.ca Git - liblbx.git/commitdiff
liblbx: Remove declaration of lbx_mopen.
authorNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2014 03:21:21 +0000 (22:21 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2014 05:39:01 +0000 (00:39 -0500)
This function was removed a long time ago, but its declaration was
never deleted from the header file.  Better late than never.

src/lbx.h

index 1ad049346ebf80cd9d3116f76ace1309e08e09e7..51244322b429c7a6a13e79e08bd7523ab76ac903 100644 (file)
--- a/src/lbx.h
+++ b/src/lbx.h
@@ -40,7 +40,6 @@ struct lbx_statbuf {
 struct lbx *lbx_open(void *handle, const struct lbx_file_ops *fops,
                      int (*destructor)(void *handle), const char *name);
 struct lbx *lbx_fopen(const char *);
-struct lbx *lbx_mopen(void *, size_t, const char *);
 int lbx_close(struct lbx *);
 
 /* File operations */