summaryrefslogtreecommitdiff
path: root/src/main.h
blob: 331c831e47cdff720c35b25e637fb5eb2ffec5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef    __MAIN_H
#define    __MAIN_H


#ifdef __cplusplus
extern "C" {
#endif


extern int  done; /* When non-zero, this global means the user is done using this program. */


#ifdef __cplusplus
}
#endif

#endif  /* __MAIN_H */