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

19 lines
484 B
C
Raw Normal View History

/*
* prereq.h - Determine prerequisite packages
*
* Written 2010 by Werner Almesberger
* Copyright 2010 Werner Almesberger
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef PREREQ_H
#define PREREQ_H
struct pkg **prereq(struct pkg *pkg);
#endif /* !PREREQ_H */