aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
blob: 594b29ef51e3a1c61afd4dcd4a2a938c75c054bf (plain)
1
2
3
4
5
6
7
#ifndef MAIN_H
#define MAIN_H

extern int main_help(int, char**);
extern int main_info(int, char**);

#endif