blob: c3c2b447f772126bc6b8987b0a1135494e7b70fc (
plain) (
tree)
|
|
#ifndef _INTEGRITY_H_
#define _INTEGRITY_H_
#include "globals.h"
void integrity_init();
void integrity_shutdown();
void integrity_check(dnbd3_image_t *image, int block);
#endif /* INTEGRITY_H_ */
|