Statistics
| Branch: | Revision:

root / main.h @ 0:3c15de202295

History | View | Annotate | Download (143 Bytes)

1
#include "common.h"
2
#include <sys/stat.h>
3
#include <sys/types.h>
4

    
5
#ifndef MAIN_H
6
#define MAIN_H
7
void Callmain(int *argc, char ***argv);
8
#endif
Redmine Appliance - Powered by TurnKey Linux