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

Comparing ircd-hybrid-8/src/conf.c (file contents):
Revision 1325 by michael, Sat Mar 31 10:29:02 2012 UTC vs.
Revision 1353 by michael, Sun Apr 15 18:35:55 2012 UTC

# Line 3130 | Line 3130 | yyerror(const char *msg)
3130         conffilebuf, lineno + 1, msg, newlinebuf);
3131   }
3132  
3133 int
3134 conf_fbgets(char *lbuf, unsigned int max_size, FILE *fb)
3135 {
3136  if (fgets(lbuf, max_size, fb) == NULL)
3137    return 0;
3138
3139  return strlen(lbuf);
3140 }
3141
3142 int
3143 conf_yy_fatal_error(const char *msg)
3144 {
3145  return 0;
3146 }
3147
3133   /*
3134   * valid_tkline()
3135   *

Diff Legend

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