Request (and try to use) consensus diffs.

This commit is contained in:
Nick Mathewson
2017-05-03 15:08:59 -04:00
parent 912b0641e9
commit c12d2cb2dc
5 changed files with 111 additions and 30 deletions
+2
View File
@@ -12,6 +12,8 @@ char *consensus_diff_generate(const char *cons1,
char *consensus_diff_apply(const char *consensus,
const char *diff);
int looks_like_a_consensus_diff(const char *document, size_t len);
#ifdef CONSDIFF_PRIVATE
struct memarea_t;