From e6c62de50cfe0d06a84403f4ec424746e929224b Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 22 Jul 2003 17:33:16 +0000 Subject: fix indent --- istream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'istream.h') diff --git a/istream.h b/istream.h index dc60a0f..7914ebe 100644 --- a/istream.h +++ b/istream.h @@ -1,4 +1,4 @@ -/* $Id: istream.h,v 1.10 2003/01/10 17:06:24 ukai Exp $ */ +/* $Id: istream.h,v 1.11 2003/07/22 17:33:16 ukai Exp $ */ #ifndef IO_STREAM_H #define IO_STREAM_H @@ -126,7 +126,7 @@ extern int ISfileno(InputStream stream); extern int ISeos(InputStream stream); #ifdef USE_SSL extern void ssl_accept_this_site(char *hostname); -extern Str ssl_get_certificate(SSL *ssl, char *hostname); +extern Str ssl_get_certificate(SSL * ssl, char *hostname); #endif #define IST_BASIC 0 -- cgit v1.2.3