summaryrefslogtreecommitdiffstats
path: root/usage.h
blob: f9f20a78286ad70a746c59d842831b3c7d5f688c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ########################################################### */
/* 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
main_help(void);

void
columns_help(void);

void
lines_help(void);

void
tabulations_help(void);

void
direct_access_help(void);

void
tagging_help(void);

#endif