/** * @file rdiff.c * @author Karim Vergnes * @copyright GPLv2 * @brief rsync diff parser * * This file parses and converts rdiff commands into equivalent UMDiff commands * and manages the corresponding data bucket. */ #include // vim: ft=c.doxygen