mirror of
https://github.com/Thesola10/umd-livepatch.git
synced 2025-04-19 22:13:22 +00:00
16 lines
306 B
C
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
|