Added SNI support to OPENSSL-CONNECT, with options no-sni, snihost
[socat.git] / snprinterr.h
blob29d7c1e834b3c1833b843c344b109b0d61431612
1 /* source: snprinterr.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __snprinterr_h_included
6 #define __snprinterr_h_included 1
8 int snprinterr(char *str, size_t size, const char *format);
10 #endif /* !defined(__snprinterr_h_included) */