diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/venti.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/venti.h b/include/venti.h index d6b753b8..45c0aab8 100644 --- a/include/venti.h +++ b/include/venti.h @@ -381,6 +381,10 @@ int vtwritepacket(VtConn*, uchar score[VtScoreSize], uint type, Packet *p); int vtsync(VtConn*); int vtping(VtConn*); +/* sha1 */ +void vtsha1(uchar score[VtScoreSize], uchar*, int); +int vtsha1check(uchar score[VtScoreSize], uchar*, int); + /* * Data blocks and block cache. */ |