diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-07-22 17:33:16 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-07-22 17:33:16 +0000 |
commit | e6c62de50cfe0d06a84403f4ec424746e929224b (patch) | |
tree | f2c72612017cd8dc1ad70dfb571e4ae83a536de2 /istream.h | |
parent | [w3m-dev 03942] Save history (diff) | |
download | w3m-e6c62de50cfe0d06a84403f4ec424746e929224b.tar.gz w3m-e6c62de50cfe0d06a84403f4ec424746e929224b.zip |
fix indent
Diffstat (limited to 'istream.h')
-rw-r--r-- | istream.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |