Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d3e2d299
Commit
d3e2d299
authored
Aug 23, 2003
by
Per Cederqvist
Browse files
(enum kom_err): Added KOM_BAD_BOOL.
parent
d4fd5431
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/kom-errno.h
View file @
d3e2d299
/*
* $Id: kom-errno.h,v 0.2
6
2003/08/
16 11:29:08
ceder Exp $
* $Id: kom-errno.h,v 0.2
7
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 */
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment