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

Comparing ermyth/src/flags.C (file contents):
Revision 1.6 by pippijn, Wed Sep 5 11:23:15 2007 UTC vs.
Revision 1.7 by pippijn, Sun Sep 16 18:54:44 2007 UTC

1/* 1/*
2 * flags.C: Functions to convert a flags table into a bitmask. 2 * flags.C: Functions to convert a flags table into a bitmask.
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:
3 * Rights to this code are documented in doc/pod/license.pod. 9 * Rights to this code are documented in doc/pod/license.pod.
4 *
5 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org) 10 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org)
6 */ 11 */
7 12
8static char const rcsid[] = "$Id: flags.C,v 1.6 2007/09/05 11:23:15 pippijn Exp $"; 13static char const rcsid[] = "$Id: flags.C,v 1.7 2007/09/16 18:54:44 pippijn Exp $";
9 14
10#include "atheme.h" 15#include "atheme.h"
11#include <account/chanacs.h> 16#include <account/chanacs.h>
12 17
13#define FLAGS_ADD 0x1 18#define FLAGS_ADD 0x1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines