mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 04:31:55 +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 */
|