diff --git a/src/include/kom-errno.h b/src/include/kom-errno.h index baf0fe4d562b21b4a30499979d3d247ad62e56a2..30fe74f7bf13568fd1ebc25caa3e40debe6b28d8 100644 --- a/src/include/kom-errno.h +++ b/src/include/kom-errno.h @@ -1,5 +1,5 @@ /* - * $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 */ };