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

Comparing ircd-hybrid-8/include/conf.h (file contents):
Revision 1517 by michael, Thu Aug 30 15:08:36 2012 UTC vs.
Revision 1518 by michael, Sun Sep 2 16:50:40 2012 UTC

# Line 288 | Line 288 | struct config_file_entry
288    const char *configfile;
289    const char *klinefile;
290    const char *xlinefile;
291  const char *rxlinefile;
292  const char *rklinefile;
291    const char *dlinefile;
292    const char *cresvfile;
293    const char *nresvfile;
# Line 484 | Line 482 | extern void *map_to_conf(struct ConfItem
482   extern struct ConfItem *unmap_conf_item(void *);
483   /* XXX should the parse_aline stuff go into another file ?? */
484   #define AWILD 0x1               /* check wild cards */
487 #define NOUSERLOOKUP 0x2 /* Don't lookup the user@host on /rkline nick */
485   extern int parse_aline(const char *, struct Client *, int, char **,
486                         int, char **, char **, time_t *, char **, char **);
487   extern int valid_comment(struct Client *, char *, int);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines