Add command-line option help-text localization
[cygwin-setup.git] / PackageTrust.h
blob4904705d602f7040b94bae80c34c010f268ebc47
1 /*
2 * Copyright (c) 2002, Robert Collins.
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/
12 * Written by Robert Collins <rbtcollins@hotmail.com>
16 #ifndef SETUP_PACKAGETRUST_H
17 #define SETUP_PACKAGETRUST_H
19 /* Used for selecting a given 'trust' level */
20 typedef enum
22 TRUST_UNKNOWN,
23 TRUST_OTHER,
24 TRUST_PREV,
25 TRUST_CURR,
26 TRUST_TEST,
28 trusts;
30 #endif /* SETUP_PACKAGETRUST_H */