X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcerrno.h;h=f8e8f15f5649556ec79d9ac9b9bad3b787481b4d;hb=72c29fbfbf198651c1125ac3d991df7a0cdf8acd;hp=c13749ac745ca30854c5ee19d53dbb3aa629371a;hpb=7188be3355995301fdfbd5257462c13520f5a19b;p=runtime.git diff --git a/lib/silcutil/silcerrno.h b/lib/silcutil/silcerrno.h index c13749ac..f8e8f15f 100644 --- a/lib/silcutil/silcerrno.h +++ b/lib/silcutil/silcerrno.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2007 Pekka Riikonen + Copyright (C) 2007 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -132,6 +132,8 @@ typedef enum { SILC_ERR_REGEX_REG = 102, /* Bad register number */ SILC_ERR_REGEX_SPECIAL = 103, /* Unmatched special character */ SILC_ERR_REGEX_TOO_COMPLEX = 104, /* Too complex expression */ + SILC_ERR_REGEX_OPCODE = 105, /* Bad regex opcode */ + SILC_ERR_REGEX_REPEAT = 106, /* Bad repeat value */ SILC_ERR_MAX, } SilcResult;