Translated using Weblate (Chinese (Simplified))
[cygwin-setup.git] / quiet.h
blob9f2b6d8e3b2840ac20b6799b8a4bcfdeff2425dd
1 /*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation; either version 2 of the License, or
5 * (at your option) any later version.
7 * A copy of the GNU General Public License can be found at
8 * http://www.gnu.org/
12 #ifndef SETUP_QUIET_H
13 #define SETUP_QUIET_H
15 #include "getopt++/StringChoiceOption.h"
17 typedef enum
19 QuietUnattended,
20 QuietNoInput,
21 QuietHidden,
22 } QuietEnum;
24 extern StringChoiceOption UnattendedOption;
26 #endif /* SETUP_QUIET_H */