Merge branch 'master' of git+ssh://repo.or.cz/srv/git/fbsplash
[fbsplash.git] / misc / fbtruetype / messages.h
blobbc8c95b38f2dfec3a86645a2f979f4fa87be34a4
1 /*
2 * fbmngplay - fb console MNG player.
3 * (c) 2001-2002 by Stefan Reinauer, <stepan@suse.de>
4 *
5 * This program is based on mngplay, part of libmng, written and (C) by
6 * Ralph Giles <giles@ashlu.bc.ca>
8 * This program my be redistributed under the terms of the
9 * GNU General Public Licence, version 2, or at your preference,
10 * any later version.
13 #ifndef __MESSAGES_H
14 #define __MESSAGES_H
16 extern void usage(char *name);
17 extern void version(void);
19 #endif