ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/datastream.h
(Generate patch)

Comparing ermyth/include/datastream.h (file contents):
Revision 1.3 by pippijn, Tue Aug 28 17:08:06 2007 UTC vs.
Revision 1.4 by pippijn, Sun Sep 16 18:54:42 2007 UTC

1/* 1/**
2 * datastream.h: Datastream query stuff.
3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 *
7 *
8 * Portions of this file were derived from sources bearing the following license:
2 * Copyright © 2005 Atheme Development Group 9 * Copyright © 2005 Atheme Development Group
3 * Rights to this code are as documented in doc/pod/license.pod. 10 * Rights to this code are as documented in doc/pod/license.pod.
4 * 11 *
5 * Datastream query stuff.
6 *
7 * $Id: datastream.h,v 1.3 2007/08/28 17:08:06 pippijn Exp $ 12 * $Id: datastream.h,v 1.4 2007/09/16 18:54:42 pippijn Exp $
8 */ 13 */
9#ifndef DATASTREAM_H 14#ifndef DATASTREAM_H
10#define DATASTREAM_H 15#define DATASTREAM_H
11 16
12E void sendq_add (connection_t *cptr, char *buf, int len); 17E void sendq_add (connection_t *cptr, char *buf, int len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines