sapling/hgext/extlib/cfastmanifest/checksum.h
Jun Wu e8883f6131 hg: build cstore and cfastmanifest with buck
Reviewed By: DurhamG

Differential Revision: D6828060

fbshipit-source-id: 8af66b61b6bb8d7774e45fd97d5192fedaa03d72
2018-04-13 21:51:00 -07:00

16 lines
435 B
C

// Copyright 2016-present Facebook. All Rights Reserved.
//
// checksum.h: declarations for recalculating the checksums for intermediate
// nodes in a tree. this is for internal use only.
//
// no-check-code
#ifndef __FASTMANIFEST_CHECKSUM_H__
#define __FASTMANIFEST_CHECKSUM_H__
#include "hgext/extlib/cfastmanifest/tree.h"
extern void update_checksums(tree_t *tree);
#endif /* #ifndef __FASTMANIFEST_CHECKSUM_H__ */