]> icculus.org git repositories - icculus/xz.git/blob - src/lzma/help.h
Fixed the test that should have been fixed as part
[icculus/xz.git] / src / lzma / help.h
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 /// \file       help.h
4 /// \brief      Help messages
5 //
6 //  Copyright (C) 2007 Lasse Collin
7 //
8 //  This program is free software; you can redistribute it and/or
9 //  modify it under the terms of the GNU Lesser General Public
10 //  License as published by the Free Software Foundation; either
11 //  version 2.1 of the License, or (at your option) any later version.
12 //
13 //  This program is distributed in the hope that it will be useful,
14 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
15 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 //  Lesser General Public License for more details.
17 //
18 ///////////////////////////////////////////////////////////////////////////////
19
20 #ifndef HELP_H
21 #define HELP_H
22
23 #include "private.h"
24
25
26 extern void show_try_help(void);
27
28 extern void show_help(void) lzma_attribute((noreturn));
29
30 extern void show_version(void) lzma_attribute((noreturn));
31
32 #endif