ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/conf.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/conf.h (file contents):
Revision 8660 by michael, Sun Nov 18 12:55:59 2018 UTC vs.
Revision 8664 by michael, Thu Nov 22 14:26:32 2018 UTC

# Line 332 | Line 332 | extern void conf_add_class_to_conf(struc
332   extern const char *get_oper_name(const struct Client *);
333  
334   /* XXX should the parse_aline stuff go into another file ?? */
335 < extern int parse_aline(const char *, struct Client *, int, char **,
336 <                       char **, char **, uintmax_t *, char **, char **);
335 > extern bool parse_aline(const char *, struct Client *, int, char **,
336 >                        char **, char **, uintmax_t *, char **, char **);
337  
338   extern uintmax_t valid_tkline(const char *, const int);
339   extern bool match_conf_password(const char *, const struct MaskItem *);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)