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

Comparing ermyth/include/global.h (file contents):
Revision 1.3 by pippijn, Tue Aug 28 17:08:06 2007 UTC vs.
Revision 1.4 by pippijn, Sun Sep 9 20:05:51 2007 UTC

3 * Copyright © 2005-2006 Atheme Development Group 3 * Copyright © 2005-2006 Atheme Development Group
4 * Rights to this code are as documented in doc/pod/license.pod. 4 * Rights to this code are as documented in doc/pod/license.pod.
5 * 5 *
6 * Global data 6 * Global data
7 * 7 *
8 * $Id: global.h,v 1.3 2007/08/28 17:08:06 pippijn Exp $ 8 * $Id: global.h,v 1.4 2007/09/09 20:05:51 pippijn Exp $
9 */ 9 */
10 10
11#ifndef _GLOBAL_H 11#ifndef _GLOBAL_H
12#define _GLOBAL_H 12#define _GLOBAL_H
13 13
174/* atheme.c */ 174/* atheme.c */
175E bool cold_start; 175E bool cold_start;
176E char *config_file; 176E char *config_file;
177 177
178/* version.c */ 178/* version.c */
179E char const website[];
179E char const generation[]; 180E char const generation[];
180E char const creation[]; 181E char const creation[];
181E char const platform[]; 182E char const platform[];
182E char const version[]; 183E char const version[];
183E char const revision[]; 184E char const revision[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines