summaryrefslogtreecommitdiffstats
path: root/src/LYClean.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/LYClean.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/LYClean.h b/src/LYClean.h
new file mode 100644
index 0000000..d7f54be
--- /dev/null
+++ b/src/LYClean.h
@@ -0,0 +1,25 @@
+#ifndef LYCLEAN_H
+#define LYCLEAN_H
+
+#ifndef HTUTILS_H
+#include <HTUtils.h>
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+#ifdef VMS
+ extern BOOLEAN DidCleanup;
+ 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);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* LYCLEAN_H */