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

Comparing ermyth/src/logger.C (file contents):
Revision 1.4 by pippijn, Tue Aug 28 17:08:12 2007 UTC vs.
Revision 1.5 by pippijn, Thu Aug 30 19:56:25 2007 UTC

3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org) 5 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org)
6 */ 6 */
7 7
8static char const rcsid[] = "$Id: logger.C,v 1.4 2007/08/28 17:08:12 pippijn Exp $"; 8static char const rcsid[] = "$Id: logger.C,v 1.5 2007/08/30 19:56:25 pippijn Exp $";
9 9
10#include "atheme.h" 10#include "atheme.h"
11#include "connection.h"
11#include <account/myuser.h> 12#include <account/myuser.h>
12 13
13static logfile_t *log_file; 14static logfile_t *log_file;
14int log_force; 15int log_force;
15 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines