summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-16 00:21:15 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-16 00:21:15 +0000
commit00d74fdd2d75cc29b651ffd3bac6f19f75b4bc22 (patch)
treea8848bd19667ffc173beb01afdbfa56347154531 /riscos/gui.h
parentcb04a8c7792dee47bf66a36f474c6bcf20dba82d (diff)
downloadnetsurf-00d74fdd2d75cc29b651ffd3bac6f19f75b4bc22.tar.gz
netsurf-00d74fdd2d75cc29b651ffd3bac6f19f75b4bc22.tar.bz2
Allow the viewing of the entire SSL certificate chain.
svn path=/trunk/netsurf/; revision=2755
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h2
1 files changed, 1 insertions, 1 deletions
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);