mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 06:54:04 +02:00
7 lines
97 B
C
7 lines
97 B
C
#ifndef PREREQ_H
|
|
#define PREREQ_H
|
|
|
|
struct pkg **prereq(struct pkg *pkg);
|
|
|
|
#endif /* !PREREQ_H */
|