aboutsummaryrefslogtreecommitdiff
path: root/check.h
blob: 9e95c6fcee1db24599cbc0a0ae5c4dd6cd7a5c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _CHECK_H
#define _CHECK_H

#include "monitor.h"

void check_perform(target_t *targets, size_t targets_n);
int check_init();

#endif /* _CHECK_H */