From: Lasse Collin Date: Thu, 14 Jun 2012 07:33:27 +0000 (+0300) Subject: Docs: Move xz_pipe_comp.c and xz_pipe_decomp.c to doc/examples_old. X-Git-Tag: v5.0.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c149bc8045a26f8bc719cb8ed20668dab79091;p=thirdparty%2Fxz.git Docs: Move xz_pipe_comp.c and xz_pipe_decomp.c to doc/examples_old. It is good to keep these around to so that if someone has copied the decompressor bug from xz_pipe_decomp.c he has an example how to easily fix it. --- diff --git a/doc/examples/xz_pipe_comp.c b/doc/examples_old/xz_pipe_comp.c similarity index 100% rename from doc/examples/xz_pipe_comp.c rename to doc/examples_old/xz_pipe_comp.c diff --git a/doc/examples/xz_pipe_decomp.c b/doc/examples_old/xz_pipe_decomp.c similarity index 100% rename from doc/examples/xz_pipe_decomp.c rename to doc/examples_old/xz_pipe_decomp.c