ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hybrid-ircservices-1/version.h
Revision: 1201
Committed: Mon Aug 22 18:55:33 2011 UTC (12 years, 7 months ago) by michael
Content type: text/x-chdr
File size: 609 byte(s)
Log Message:
- I decided to make the services 'hybrid only'. That said, I'm not
  going to continue the ircservices project in an official manner,
  since maintaining compatibility for a wide range of ircds would
  require an enormous amount of effort.

File Contents

# Content
1 /* External declarations for version.c.
2 *
3 * IRC Services is copyright (c) 1996-2009 Andrew Church.
4 * E-mail: <achurch@achurch.org>
5 * Parts written by Andrew Kempe and others.
6 * This program is free but copyrighted software; see the file GPL.txt for
7 * details.
8 */
9
10 extern const char program_name[];
11 extern const char version_number[];
12 extern const char version_build[];
13 extern const char *info_text[];
14
15 /*
16 * Local variables:
17 * c-file-style: "stroustrup"
18 * c-file-offsets: ((case-label . *) (statement-case-intro . *))
19 * indent-tabs-mode: nil
20 * End:
21 *
22 * vim: expandtab shiftwidth=4:
23 */