1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 04:09:43 +02:00
wernermisc/qpkg/prereq.h

7 lines
97 B
C
Raw Normal View History

#ifndef PREREQ_H
#define PREREQ_H
struct pkg **prereq(struct pkg *pkg);
#endif /* !PREREQ_H */