src/file_doc.h: Add missing annotations from commit ac8fe16518

This commit is contained in:
Christophe Grenier 2021-06-22 13:14:12 +02:00
parent 872bd3fafe
commit 03d1688d79

View file

@ -25,6 +25,10 @@
extern "C" {
#endif
/*@
@ requires valid_file_check_param(file_recovery);
@ ensures valid_file_check_result(file_recovery);
@*/
void file_check_doc_aux(file_recovery_t *file_recovery, const uint64_t offset);
#ifdef __cplusplus