about summary refs log blame commit diff stats
path: root/src/LYClean.h
blob: c9e13ca0a9f0adf0a99723046088e462d6505dbc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                 
                 
                    
      
 



                               




                                 
 
                      
#ifndef LYCLEAN_H
#define LYCLEAN_H

#ifndef HTUTILS_H
#include <HTUtils.h>
#endif

#ifdef VMS
extern BOOLEAN HadVMSInterrupt;
#endif

extern void cleanup_sig(int sig);
extern void cleanup(void);
extern void cleanup_files(void);
extern void set_alarm(int sig);
extern void reset_alarm(void);

#endif /* LYCLEAN_H */