Skip to content
Snippets Groups Projects
Commit d3e2d299 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(enum kom_err): Added KOM_BAD_BOOL.

parent d4fd5431
Branches
Tags
No related merge requests found
/*
* $Id: kom-errno.h,v 0.26 2003/08/16 11:29:08 ceder Exp $
* $Id: kom-errno.h,v 0.27 2003/08/23 15:10:21 ceder Exp $
* Copyright (C) 1991-1994, 1996-1999, 2001-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -98,6 +98,7 @@ enum kom_err
KOM_PRIORITY_DENIED = 58, /* You cannot lower your priority that much. */
KOM_WEIGHT_DENIED = 59, /* You cannot increase your weight that much.*/
KOM_WEIGHT_ZERO = 60, /* You cannot increase your weight that much.*/
KOM_BAD_BOOL = 61, /* A Bool must be 0 or 1. */
KOM_num_errs /* End marker */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment