#ifndef PREREQ_H
#define	PREREQ_H

struct pkg **prereq(struct pkg *pkg);

#endif /* !PREREQ_H */