From 471905f062792c0dfdd21aaae1172d94c2e0369c Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 3 Aug 2014 18:46:11 -0500 Subject: [PATCH] wim.h: Delete prototype for nonexistent function close_wim() --- include/wimlib/wim.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.43.0