]> wimlib.net Git - wimlib/commitdiff
wim.h: Delete prototype for nonexistent function close_wim()
authorEric Biggers <ebiggers3@gmail.com>
Sun, 3 Aug 2014 23:46:11 +0000 (18:46 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 3 Aug 2014 23:46:11 +0000 (18:46 -0500)
include/wimlib/wim.h

index c78fe90524c4acd999f0742d2e70ff95bfa94a74..587e2f694bf4b595594f27dcbc6c870a08eab62f 100644 (file)
@@ -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);