2008-01-26 18:00:47 +01:00
|
|
|
/*
|
2008-02-27 09:04:17 +01:00
|
|
|
* version.h - version message utility functions header
|
2008-01-25 11:49:18 +01:00
|
|
|
*
|
2008-01-26 18:00:47 +01:00
|
|
|
* Copyright © 2008 Julien Danjou <julien@danjou.info>
|
2008-01-25 11:49:18 +01:00
|
|
|
* Copyright © 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License along
|
|
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
*/
|
|
|
|
|
2008-01-26 18:00:47 +01:00
|
|
|
#ifndef AWESOME_COMMON_VERSION_H
|
|
|
|
#define AWESOME_COMMON_VERSION_H
|
2008-01-25 11:49:18 +01:00
|
|
|
|
2008-04-09 13:26:02 +02:00
|
|
|
void eprint_version(const char *const executable) __attribute__ ((noreturn));
|
2008-01-25 11:49:18 +01:00
|
|
|
|
|
|
|
#endif
|