ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/ermyth/src/packet.C
(Generate patch)

Comparing cvsroot/ermyth/src/packet.C (file contents):
Revision 1.7 by pippijn, Sun Sep 16 18:54:45 2007 UTC vs.
Revision 1.8 by pippijn, Sat Sep 22 14:27:30 2007 UTC

8 * Portions of this file were derived from sources bearing the following license: 8 * Portions of this file were derived from sources bearing the following license:
9 * Rights to this code are documented in doc/pod/license.pod. 9 * Rights to this code are documented in doc/pod/license.pod.
10 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org) 10 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org)
11 */ 11 */
12 12
13static char const rcsid[] = "$Id: packet.C,v 1.7 2007/09/16 18:54:45 pippijn Exp $"; 13static char const rcsid[] = "$Id: packet.C,v 1.8 2007/09/22 14:27:30 pippijn Exp $";
14 14
15#include "atheme.h" 15#include "atheme.h"
16#include <libermyth.h>
17#include <util/time.h>
16#include "uplink.h" 18#include "uplink.h"
17#include "datastream.h" 19#include "datastream.h"
18#include "connection.h" 20#include "connection.h"
19 21
20static void on_connected (connection_t *cptr); 22static void on_connected (connection_t *cptr);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines