From 00d74fdd2d75cc29b651ffd3bac6f19f75b4bc22 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 16 Jul 2006 00:21:15 +0000 Subject: Allow the viewing of the entire SSL certificate chain. svn path=/trunk/netsurf/; revision=2755 --- riscos/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 17fb86903..ca8f90b6b 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -129,6 +129,7 @@ void ro_gui_401login_init(void); /* in sslcert.c */ #ifdef WITH_SSL void ro_gui_cert_init(void); +void ro_gui_cert_open(struct tree *tree, struct node *node); #endif /* in window.c */ @@ -176,7 +177,6 @@ void ro_gui_hotlist_save(void); void ro_gui_hotlist_prepare_folder_dialog(struct node *node); void ro_gui_hotlist_prepare_entry_dialog(struct node *node); bool ro_gui_hotlist_dialog_apply(wimp_w w); -int ro_gui_hotlist_help(int x, int y); /* in filetype.c */ int ro_content_filetype(struct content *content); -- cgit v1.2.3