summaryrefslogtreecommitdiffstats
path: root/sourcecheck.h
blob: 5bd20152c222f4115dfa55152834953fb0d046f4 (plain)
1
2
3
4
5
6
7
8
#ifndef REPREPRO_SOURCECHECK_H
#define REPREPRO_SOURCECHECK_H

retvalue unusedsources(struct distribution *);
retvalue sourcemissing(struct distribution *);
retvalue reportcruft(struct distribution *);

#endif