Type representing a quad-option. More...
Go to the source code of this file.
Enumerations | |
enum | QuadOption { MUTT_ABORT = -1 , MUTT_NO , MUTT_YES , MUTT_ASKNO , MUTT_ASKYES } |
Possible values for a quad-option. More... | |
Functions | |
int | quad_he_toggle (struct ConfigSubset *sub, struct HashElem *he, struct Buffer *err) |
Toggle the value of a quad. | |
Variables | |
const char * | QuadValues [] |
Valid strings for creating a QuadValue. | |
Type representing a quad-option.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file quad.h.
enum QuadOption |
Possible values for a quad-option.
int quad_he_toggle | ( | struct ConfigSubset * | sub, |
struct HashElem * | he, | ||
struct Buffer * | err | ||
) |
Toggle the value of a quad.
num | Result, e.g. CSR_SUCCESS |
Definition at line 217 of file quad.c.