diff options
Diffstat (limited to 'include/resv.h')
-rw-r--r-- | include/resv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/resv.h b/include/resv.h index d40c2ea..2bba49a 100644 --- a/include/resv.h +++ b/include/resv.h @@ -33,7 +33,7 @@ struct ResvChannel time_t setat; char name[CHANNELLEN + 1]; char *reason; - int conf; /* 1 if set from ircd.conf, 0 if from elsewhere */ + unsigned int flags; }; extern dlink_list nresv_items; |