ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/ircservices-5.1.24/version.h
Revision: 3389
Committed: Fri Apr 25 14:12:15 2014 UTC (9 years, 11 months ago) by michael
Content type: text/x-chdr
File size: 609 byte(s)
Log Message:
- Imported ircservices-5.1.24

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 */