summaryrefslogtreecommitdiffstats
path: root/src/server/integrity.h
blob: c3c2b447f772126bc6b8987b0a1135494e7b70fc (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);

#endif /* INTEGRITY_H_ */