summaryrefslogtreecommitdiffstats
path: root/src/server/integrity.h
blob: 09d37850d82d777e979dbd9e7596c1b504bfb6ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _INTEGRITY_H_
#define _INTEGRITY_H_

#include "globals.h"

void integrity_init();

void integrity_shutdown();

void integrity_check(dnbd3_image_t *image, int block, bool blocking);

#endif /* INTEGRITY_H_ */