From: Nick Bowler Date: Fri, 31 Jan 2014 03:21:21 +0000 (-0500) Subject: liblbx: Remove declaration of lbx_mopen. X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/8f54b6d3d968a8bf36e32575f312cfb0edacc400 liblbx: Remove declaration of lbx_mopen. This function was removed a long time ago, but its declaration was never deleted from the header file. Better late than never. --- diff --git a/src/lbx.h b/src/lbx.h index 1ad0493..5124432 100644 --- 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 */