about summary refs log tree commit diff stats
path: root/src/HTAlert.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-12-15 11:25:06 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-12-15 11:25:06 -0500
commitf61041c10496785b2833ee4f76ef3edc9792b1bd (patch)
treee9c127318bebeb1a4944bf636fca5bd188a90771 /src/HTAlert.h
parent4525eb4b32fdf2124e246285af59a1e14ecbf551 (diff)
downloadlynx-snapshots-f61041c10496785b2833ee4f76ef3edc9792b1bd.tar.gz
snapshot of project "lynx", label v2-8-3dev_17
Diffstat (limited to 'src/HTAlert.h')
-rw-r--r--src/HTAlert.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/HTAlert.h b/src/HTAlert.h
index ef3b9a3a..04f07bdd 100644
--- a/src/HTAlert.h
+++ b/src/HTAlert.h
@@ -76,6 +76,11 @@ extern int HTConfirmDefault PARAMS ((CONST char * Msg, int Dft));
 */
 extern BOOL HTConfirm PARAMS ((CONST char * Msg));
 
+extern BOOL confirm_post_resub PARAMS((
+    CONST char*		address,
+    CONST char*		title,
+    int			if_imgmap,
+    int			if_file));
 
 /*      Prompt for password without echoing the reply
 */