Translated using Weblate (Chinese (Simplified))
[cygwin-setup.git] / package_depends.h
blob36f7f6f20441080163ad91aecfb3ed489c910ab5
1 /*
2 * Copyright (c) 2017 Jon Turney
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * A copy of the GNU General Public License can be found at
10 * http://www.gnu.org/
14 #ifndef PACKAGE_DEPENDS_H
15 #define PACKAGE_DEPENDS_H
17 #include <PackageSpecification.h>
18 #include <vector>
20 typedef std::vector <PackageSpecification *> PackageDepends;
22 void dumpPackageDepends (PackageDepends const &currentList, std::ostream &);
24 #endif // PACKAGE_DEPENDS_H