2 # define CYCLE_CHECK_H 1
4 /* Before including this file, you need something like the following:
10 #include <sys/types.h>
15 so that the proper identifiers are all declared. */
19 struct cycle_check_state
21 struct dev_ino dev_ino
;
23 long unsigned int magic
;
26 void cycle_check_init (struct cycle_check_state
*state
);
27 bool cycle_check (struct cycle_check_state
*state
, struct stat
const *sb
);