From: Eric Biggers Date: Sun, 17 Jan 2016 23:06:06 +0000 (-0600) Subject: wimlib.h: remove unused RESUME flag X-Git-Tag: v1.9.0~17 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=4ec53db826c4c4cfa8b8ddde6c28f11eafea0919;hp=e6f045aee3beec549744e7f1bd3ba04a75ed67e8 wimlib.h: remove unused RESUME flag --- diff --git a/include/wimlib.h b/include/wimlib.h index 7b4cb376..de725935 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -1896,9 +1896,6 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour * only allows the Administrator to create symbolic links. */ #define WIMLIB_EXTRACT_FLAG_STRICT_SYMLINKS 0x00008000 -/** Reserved for future use. */ -#define WIMLIB_EXTRACT_FLAG_RESUME 0x00010000 - /** For wimlib_extract_paths() and wimlib_extract_pathlist() only: Treat the * paths to extract as wildcard patterns ("globs") which may contain the * wildcard characters @c ? and @c *. The @c ? character matches any