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

Comparing ircd-hybrid/trunk/include/dbuf.h (file contents):
Revision 3107 by michael, Thu Mar 6 12:09:42 2014 UTC vs.
Revision 5347 by michael, Sun Jan 11 12:42:20 2015 UTC

# Line 1 | Line 1
1   /*
2   *  ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3   *
4 < *  Copyright (c) 1997-2014 ircd-hybrid development team
4 > *  Copyright (c) 1997-2015 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 15 | Line 15
15   *
16   *  You should have received a copy of the GNU General Public License
17   *  along with this program; if not, write to the Free Software
18 < *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
18 > *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
19   *  USA
20   */
21  
# Line 47 | Line 47 | struct dbuf_queue
47   };
48  
49   extern void dbuf_init(void);
50 extern void dbuf_add(struct dbuf_queue *, struct dbuf_block *);
51 extern void dbuf_delete(struct dbuf_queue *, size_t);
52
50   extern struct dbuf_block *dbuf_alloc(void);
51   extern void dbuf_ref_free(struct dbuf_block *);
52 < extern void dbuf_put(struct dbuf_block *, const char *, ...);
52 > extern void dbuf_add(struct dbuf_queue *, struct dbuf_block *);
53 > extern void dbuf_delete(struct dbuf_queue *, size_t);
54 > extern void dbuf_put_fmt(struct dbuf_block *, const char *, ...);
55   extern void dbuf_put_args(struct dbuf_block *, const char *, va_list);
56 < extern void dbuf_put_raw(struct dbuf_queue *, const char *, size_t);
56 > extern void dbuf_put(struct dbuf_queue *, const char *, size_t);
57   #endif

Diff Legend

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