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 1324 by michael, Fri Mar 30 21:40:38 2012 UTC vs.
Revision 1325 by michael, Sat Mar 31 10:29:02 2012 UTC

# Line 28 | Line 28
28   #ifdef HAVE_LIBCRYPTO
29   #include <openssl/rsa.h>
30   #endif
31 #include "fileio.h"             /* FBFILE */
31   #include "ircd_defs.h"
32   #include "motd.h"               /* MessageFile */
33   #include "client.h"
# Line 46 | Line 45 | struct conf_parser_context
45   {
46    unsigned int boot;
47    unsigned int pass;
48 <  FBFILE *conf_file;
48 >  FILE *conf_file;
49   };
50  
51   extern struct conf_parser_context conf_parser_ctx;
# Line 520 | Line 519 | extern void delete_conf_item(struct Conf
519   extern void report_confitem_types(struct Client *, ConfType, int);
520   extern void yyerror(const char *);
521   extern int conf_yy_fatal_error(const char *);
522 < extern int conf_fbgets(char *, unsigned int, FBFILE *);
522 > extern int conf_fbgets(char *, unsigned int, FILE *);
523   extern void write_conf_line(struct Client *, struct ConfItem *,
524                              const char *, time_t);
525   extern int remove_conf_line(ConfType, struct Client *, const char *,
# Line 533 | Line 532 | extern int conf_add_server(struct ConfIt
532   extern void conf_add_class_to_conf(struct ConfItem *, const char *);
533  
534   /* XXX consider moving these into csvlib.h */
535 < extern void parse_csv_file(FBFILE *, ConfType);
535 > extern void parse_csv_file(FILE *, ConfType);
536  
537   extern char *get_oper_name(const struct Client *);
538  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines