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

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

#endif