summaryrefslogtreecommitdiff
path: root/cscmd/main.h
blob: 75404a428c22daab4e46c6005720cdd1310628d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef    __MAIN_H
#define    __MAIN_H


extern FILE *config;


#ifdef __cplusplus
extern "C" {
#endif





#ifdef __cplusplus
}
#endif

#endif  /* __MAIN_H */