2025-04-05 23:44:55 +02:00

16 lines
306 B
C

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