about summary refs log tree commit diff stats
path: root/src/HTAlert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTAlert.h')
-rw-r--r--src/HTAlert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/HTAlert.h b/src/HTAlert.h
index 04f07bdd..563405de 100644
--- a/src/HTAlert.h
+++ b/src/HTAlert.h
@@ -151,6 +151,10 @@ extern int HTConfirmPostRedirect PARAMS((
 	int		server_status));
 
 
+extern void LYSleepAlert NOPARAMS;
+extern void LYSleepInfo NOPARAMS;
+extern void LYSleepMsg NOPARAMS;
+
 #ifdef HAVE_STRERROR
 #define LYStrerror strerror
 #else