diff options
Diffstat (limited to 'include/hostmask.h')
-rw-r--r-- | include/hostmask.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/hostmask.h b/include/hostmask.h index 219ad80..a8dc7c1 100644 --- a/include/hostmask.h +++ b/include/hostmask.h @@ -39,6 +39,8 @@ struct AddressRec { /* masktype: HM_HOST, HM_IPV4, HM_IPV6 -A1kmm */ enum hostmask_type masktype; + /* type: CONF_CLIENT, CONF_DLINE, CONF_KLINE etc... -A1kmm */ + enum maskitem_type type; union { @@ -53,9 +55,6 @@ struct AddressRec const char *hostname; } Mask; - /* type: CONF_CLIENT, CONF_DLINE, CONF_KLINE etc... -A1kmm */ - enum maskitem_type type; - /* Higher precedences overrule lower ones... */ unsigned int precedence; |