summaryrefslogtreecommitdiffstats
path: root/src/next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/next.h')
-rw-r--r--src/next.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/next.h b/src/next.h
index 81dc3440..2dd03993 100644
--- a/src/next.h
+++ b/src/next.h
@@ -25,6 +25,10 @@
extern "C" {
#endif
+/*@
+ @ requires \valid_read(disk_car);
+ @ requires valid_disk(disk_car);
+ @*/
void search_location_init(const disk_t *disk_car, const unsigned int location_boundary, const int fast_mode);
uint64_t search_location_update(const uint64_t location);