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 2522 by michael, Fri Nov 1 20:44:04 2013 UTC vs.
Revision 2865 by michael, Sun Jan 19 14:35:22 2014 UTC

# Line 1 | Line 1
1   /*
2 < *  ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
3 < *  conf.h: A header for the configuration functions.
2 > *  ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3   *
4 < *  Copyright (C) 2005 by the past and present ircd coders, and others.
4 > *  Copyright (c) 1997-2014 ircd-hybrid development team
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 18 | Line 17
17   *  along with this program; if not, write to the Free Software
18   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
19   *  USA
20 < *
21 < *  $Id$
20 > */
21 >
22 > /*! \file conf.h
23 > * \brief A header for the configuration functions.
24 > * \version $Id$
25   */
26  
27   #ifndef INCLUDED_s_conf_h
# Line 88 | Line 90
90   #define SetConfDatabase(x)     ((x)->flags |= CONF_FLAGS_IN_DATABASE)
91  
92  
93 < /* shared/cluster server entry types
93 > /* shared/cluster server entry types
94   * These defines are used for both shared and cluster.
95   */
96   #define SHARED_KLINE            0x0001
# Line 376 | Line 378 | extern void conf_add_class_to_conf(struc
378   extern const char *get_oper_name(const struct Client *);
379  
380   /* XXX should the parse_aline stuff go into another file ?? */
381 < #define AWILD 0x1               /* check wild cards */
381 > #define AWILD 0x1  /* check wild cards */
382   extern int parse_aline(const char *, struct Client *, int, char **,
383 <                       int, char **, char **, time_t *, char **, char **);
383 >                       int, char **, char **, time_t *, char **, char **);
384   extern int valid_comment(struct Client *, char *, int);
385  
386  
# Line 395 | Line 397 | extern int match_conf_password(const cha
397  
398   #define CLEANUP_TKLINES_TIME 60
399  
400 < extern void cluster_a_line(struct Client *,
399 <                           const char *, int, int, const char *,...);
400 > extern void cluster_a_line(struct Client *, const char *, int, int, const char *,...);
401   #endif /* INCLUDED_s_conf_h */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines