summaryrefslogtreecommitdiffstats
path: root/usage.h
blob: e011fd292350f292bdc7cbfc9b0d909e91a59c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* ########################################################### */
/* This Software is licensed under the GPL licensed Version 2, */
/* please read http://www.gnu.org/copyleft/gpl.html            */
/* ########################################################### */

#ifndef USAGE_H
#define USAGE_H

void
short_usage(int must_exit);

void
usage(void);

#endif