summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-01-29 04:56:38 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-01-29 04:56:38 +0000
commitae118dad4f77c07dc2673e6877d5fdb4098ba727 (patch)
tree8b380a4243d77b28c23fe47548772a130301ea5c /xdelta3/xdelta3-main.h
parent19ab311b65d55c748672a5d1d914f2af83c27956 (diff)
Change _completely() to _completely_stream(), to introduce a new,
simpler in-memory API.
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rwxr-xr-xxdelta3/xdelta3-main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index f49868f..b18e919 100755
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -257,7 +257,7 @@ static int option_no_compress = 0;
257static int option_no_output = 0; /* go through the motions, but do not open or write output */ 257static int option_no_output = 0; /* go through the motions, but do not open or write output */
258static const char *option_source_filename = NULL; 258static const char *option_source_filename = NULL;
259 259
260static int option_iopt_size = XD3_DEFAULT_IOPT_SIZE; 260static usize_t option_iopt_size = XD3_DEFAULT_IOPT_SIZE;
261static usize_t option_winsize = XD3_DEFAULT_WINSIZE; 261static usize_t option_winsize = XD3_DEFAULT_WINSIZE;
262static usize_t option_srcwinsz = XD3_DEFAULT_SRCWINSZ; 262static usize_t option_srcwinsz = XD3_DEFAULT_SRCWINSZ;
263static int option_srcwinsz_set = 0; 263static int option_srcwinsz_set = 0;
@@ -303,7 +303,7 @@ static int allow_fake_source = 0;
303 * the program knows the mapping of IDENT->NAME. */ 303 * the program knows the mapping of IDENT->NAME. */
304static main_extcomp extcomp_types[] = 304static main_extcomp extcomp_types[] =
305{ 305{
306 /* The entry for xdelta3/1 must be 0/1 because the program_names are set there. */ 306 /* The entry for xdelta3 must be 0 because the program_name is set there. */
307 { "xdelta3", "-cfq", "xdelta3", "-dcfq", "X", "\xd6\xc3\xc4", 3, RD_NONEXTERNAL }, 307 { "xdelta3", "-cfq", "xdelta3", "-dcfq", "X", "\xd6\xc3\xc4", 3, RD_NONEXTERNAL },
308 { "bzip2", "-cf", "bzip2", "-dcf", "B", "BZh", 3, 0 }, 308 { "bzip2", "-cf", "bzip2", "-dcf", "B", "BZh", 3, 0 },
309 { "gzip", "-cf", "gzip", "-dcf", "G", "\037\213", 2, 0 }, 309 { "gzip", "-cf", "gzip", "-dcf", "G", "\037\213", 2, 0 },