diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-06-05 16:32:14 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-06-12 22:29:23 +0100 |
commit | 09dbdc750e4612cb7a2db5331b6e9d6278d7f3c0 (patch) | |
tree | 8cafd517f4fc40e333c5a2ddbf25c002fea45803 | |
parent | e74ff9830286ce294fd392fdbeeea0c1bca01b17 (diff) |
Revert "- numeric.h: removed unused RPL_HOSTHIDDEN numeric constant"
This reverts commit cd7c67bd776fd958c6caf10f05b5338dc9a762ee.
-rw-r--r-- | include/numeric.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/numeric.h b/include/numeric.h index 5e4af12..6aeafc1 100644 --- a/include/numeric.h +++ b/include/numeric.h @@ -157,6 +157,7 @@ enum irc_numerics RPL_REHASHING = 382, RPL_RSACHALLENGE = 386, RPL_TIME = 391, + RPL_HOSTHIDDEN = 396, /* * Errors are in the range from 400-599 currently and are grouped by what |