summaryrefslogtreecommitdiff
path: root/frontends/monkey/cert.h
diff options
context:
space:
mode:
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