From 949a8d0b46d6baa9f42c2f8c3bd5e3bdc3596cbd Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 19 Nov 2006 09:40:14 +0000 Subject: nanohttp admin patch; code cleanup --- nanohttp/nanohttp-ssl.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nanohttp/nanohttp-ssl.h') diff --git a/nanohttp/nanohttp-ssl.h b/nanohttp/nanohttp-ssl.h index 12f3fcf..e81668d 100644 --- a/nanohttp/nanohttp-ssl.h +++ b/nanohttp/nanohttp-ssl.h @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-ssl.h,v 1.18 2006/05/15 06:40:47 m0gg Exp $ +* $Id: nanohttp-ssl.h,v 1.19 2006/11/19 09:40:14 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2001-2005 Rochester Institute of Technology @@ -21,8 +21,8 @@ * * Author: Matt Campbell ******************************************************************/ -#ifndef __NANOHTTP_SSL_H_ -#define __NANOHTTP_SSL_H_ +#ifndef __nanohttp_ssl_h +#define __nanohttp_ssl_h #ifdef HAVE_CONFIG_H #include @@ -50,6 +50,7 @@ extern "C" void hssl_set_certificate(char *c); void hssl_set_certpass(char *c); void hssl_set_ca(char *c); + void hssl_enable(void); int hssl_enabled(void); -- cgit v1.1-32-gdbae