summaryrefslogtreecommitdiff
path: root/frontends/monkey/cert.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-11-04 10:35:49 +0000
committerVincent Sanders <vince@kyllikki.org>2018-11-04 11:20:40 +0000
commita2ffbdfd1c7948d341a316d153896cfc772955ce (patch)
tree42f76e73f3b279abdc0bc81cffbad3b3d3a0b48a /frontends/monkey/cert.h
parent3ea6fadac295600f3d18b9cf66d3f74cb26b333d (diff)
downloadnetsurf-a2ffbdfd1c7948d341a316d153896cfc772955ce.tar.gz
netsurf-a2ffbdfd1c7948d341a316d153896cfc772955ce.tar.bz2
add certificate window handling
Diffstat (limited to 'frontends/monkey/cert.h')
-rw-r--r--frontends/monkey/cert.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/frontends/monkey/cert.h b/frontends/monkey/cert.h
index 4470e2e72..56feea782 100644
--- a/frontends/monkey/cert.h
+++ b/frontends/monkey/cert.h
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _NETSURF_MONKEY_CERT_H_
-#define _NETSURF_MONKEY_CERT_H_
+#ifndef NETSURF_MONKEY_CERT_H
+#define NETSURF_MONKEY_CERT_H
struct ssl_cert_info;
@@ -25,4 +25,7 @@ nserror gui_cert_verify(nsurl *url, const struct ssl_cert_info *certs,
unsigned long num, nserror (*cb)(bool proceed, void *pw),
void *cbpw);
+
+void monkey_sslcert_handle_command(int argc, char **argv);
+
#endif