Bump to release 1.4.0
[smenu.git] / usage.h
blob34d79071383000d6378f87b1a2b3240315f7f3cc
1 /* ################################################################### */
2 /* Copyright 2015, Pierre Gentile (p.gen.progs@gmail.com) */
3 /* */
4 /* This Source Code Form is subject to the terms of the Mozilla Public */
5 /* License, v. 2.0. If a copy of the MPL was not distributed with this */
6 /* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
7 /* ################################################################### */
9 #ifndef USAGE_H
10 #define USAGE_H
12 void
13 main_help(void);
15 void
16 columns_help(void);
18 void
19 lines_help(void);
21 void
22 tabulations_help(void);
24 void
25 tagging_help(void);
27 #endif