X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fclient.h;h=669b2ead6ed1d538f477a31edac4898cee1b07d7;hb=987518f8933f88fae1987c600890dd75464a54d2;hp=a36c87beeeec73fa547b0ced0086e30cb68bef88;hpb=ea6374249fe4d475d54abe390edc9ae7ae48029b;p=doldaconnect.git diff --git a/daemon/client.h b/daemon/client.h index a36c87b..669b2ea 100644 --- a/daemon/client.h +++ b/daemon/client.h @@ -89,6 +89,7 @@ void freehash(struct hash *hash); struct hash *duphash(struct hash *hash); struct hash *parsehash(wchar_t *text); wchar_t *unparsehash(struct hash *hash); +int hashcmp(struct hash *h1, struct hash *h2); extern struct sharecache *shareroot; extern unsigned long long sharesize;