comparison src/login-common/ssl-proxy.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents cbbe2377f591
children 0bb3fc72a74f
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __SSL_PROXY_H 1 #ifndef SSL_PROXY_H
2 #define __SSL_PROXY_H 2 #define SSL_PROXY_H
3 3
4 struct ip_addr; 4 struct ip_addr;
5 struct ssl_proxy; 5 struct ssl_proxy;
6 6
7 extern bool ssl_initialized; 7 extern bool ssl_initialized;