ircservices5/version.h
2019-01-23 09:42:02 +01:00

24 lines
609 B
C

/* External declarations for version.c.
*
* IRC Services is copyright (c) 1996-2009 Andrew Church.
* E-mail: <achurch@achurch.org>
* Parts written by Andrew Kempe and others.
* This program is free but copyrighted software; see the file GPL.txt for
* details.
*/
extern const char program_name[];
extern const char version_number[];
extern const char version_build[];
extern const char *info_text[];
/*
* Local variables:
* c-file-style: "stroustrup"
* c-file-offsets: ((case-label . *) (statement-case-intro . *))
* indent-tabs-mode: nil
* End:
*
* vim: expandtab shiftwidth=4:
*/