summaryrefslogtreecommitdiffstats
path: root/archallflood.h
blob: 7d5bb0421fb66f5238045079077179fa15c32f85 (plain)
1
2
3
4
5
6
#ifndef REPREPRO_ARCHALLFLOOD_H
#define REPREPRO_ARCHALLFLOOD_H

retvalue flood(struct distribution *, /*@null@*/const struct atomlist * /*components*/, /*@NULL@*/const struct atomlist * /*architectures*/, /*@NULL@*/const struct atomlist * /*packagetypes*/, architecture_t, trackingdb);

#endif