Indentation with GNU indent
[dockapps/wmnotify.git] / src / ssl.h
index b692b2f..67be27a 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
 #define FAIL    -1
 
 struct ssl_infos_t {
-  SSL_CTX *ctx;
-  SSL *ssl;
+       SSL_CTX *ctx;
+       SSL *ssl;
 };
 
 _SCOPE_ struct ssl_infos_t ssl_infos;
 
-SSL_CTX *
-InitCTX( void );
+SSL_CTX *InitCTX(void);
 
-void
-ShowCerts( SSL *ssl );
+void ShowCerts(SSL *ssl);
 
-int
-InitSSL( int sock_fd );
+int InitSSL(int sock_fd);
 
 #endif /* HAVE_SSL */