about summary refs log tree commit diff stats
path: root/src/HTForms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTForms.h')
-rw-r--r--src/HTForms.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/HTForms.h b/src/HTForms.h
index 5962f594..c9c82dcc 100644
--- a/src/HTForms.h
+++ b/src/HTForms.h
@@ -9,15 +9,15 @@
 
 /* change_form_link calls change_form_link_ex with all its args and FALSE as
   last arg */
-extern int change_form_link PARAMS((struct link *form_link,
-				    document *newdoc, BOOLEAN *refresh_screen,
-				    char *link_name, char *link_value,
+extern int change_form_link PARAMS((int cur,
+				    document *newdoc,
+				    BOOLEAN *refresh_screen,
 				    BOOLEAN use_last_tfpos,
 				    BOOLEAN immediate_submit));
 
-extern int change_form_link_ex PARAMS((struct link *form_link,
-				    document *newdoc, BOOLEAN *refresh_screen,
-				    char *link_name, char *link_value,
+extern int change_form_link_ex PARAMS((int cur,
+				    document *newdoc,
+				    BOOLEAN *refresh_screen,
 				    BOOLEAN use_last_tfpos,
 				    BOOLEAN immediate_submit,
 				    BOOLEAN draw_only));