about summary refs log tree commit diff stats
path: root/src/LYClean.h
blob: e95020109ddee31f204cdc8ec7dbd5aec2c69776 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef LYCLEAN_H
#define LYCLEAN_H

#ifdef VMS
extern BOOLEAN HadVMSInterrupt;
#endif

extern void cleanup_sig PARAMS((int sig));
extern BOOLEAN setup PARAMS((char *terminal));
extern void cleanup NOPARAMS;
extern void cleanup_files NOPARAMS;
extern void set_alarm PARAMS((int sig));
extern void reset_alarm NOPARAMS;

#define NEW_FILE     0
#define REMOVE_FILES 1

#endif /* LYCLEAN_H */