From 8f54b6d3d968a8bf36e32575f312cfb0edacc400 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 30 Jan 2014 22:21:21 -0500 Subject: [PATCH] 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. --- src/lbx.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.43.2