comparison network.c @ 415:8263cb88556a

Some #include cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 May 2012 06:50:25 +0300
parents ac4862a94cd1
children d015ecbd231d
comparison
equal deleted inserted replaced
414:ac4862a94cd1 415:8263cb88556a
2 * NNChat - Custom chat client for NewbieNudes.com chatrooms 2 * NNChat - Custom chat client for NewbieNudes.com chatrooms
3 * Written by Matti 'ccr' Hämäläinen 3 * Written by Matti 'ccr' Hämäläinen
4 * (C) Copyright 2008-2012 Tecnic Software productions (TNSP) 4 * (C) Copyright 2008-2012 Tecnic Software productions (TNSP)
5 */ 5 */
6 #include "network.h" 6 #include "network.h"
7 #include <errno.h>
8
7 9
8 static const char *nn_proxy_types[] = 10 static const char *nn_proxy_types[] =
9 { 11 {
10 "none", 12 "none",
11 "SOCKS 4", 13 "SOCKS 4",