From: Eric Biggers Date: Sun, 3 Aug 2014 23:46:11 +0000 (-0500) Subject: wim.h: Delete prototype for nonexistent function close_wim() X-Git-Tag: v1.7.1~13 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=471905f062792c0dfdd21aaae1172d94c2e0369c wim.h: Delete prototype for nonexistent function close_wim() --- diff --git a/include/wimlib/wim.h b/include/wimlib/wim.h index c78fe905..587e2f69 100644 --- a/include/wimlib/wim.h +++ b/include/wimlib/wim.h @@ -155,9 +155,6 @@ open_wim_as_WIMStruct(const void *wim_filename_or_fd, int open_flags, WIMStruct **wim_ret, wimlib_progress_func_t progfunc, void *progctx); -extern int -close_wim(WIMStruct *wim); - extern int can_modify_wim(WIMStruct *wim);