diff libpurple/proxy.c @ 31528:92f3d821653f

purple: Fix some compiler warnings related to new API and missing prototypes. Really just an excuse to cause everyone to need to rebuild everything.
author Paul Aurich <paul@darkrain42.org>
date Tue, 03 May 2011 05:19:14 +0000
parents 0eceb1304f53
children 3e11fa72c5d8
line wrap: on
line diff
--- a/libpurple/proxy.c	Tue May 03 05:03:41 2011 +0000
+++ b/libpurple/proxy.c	Tue May 03 05:19:14 2011 +0000
@@ -29,6 +29,7 @@
 /* it is intended to : 1st handle http proxy, using the CONNECT command
  , 2nd provide an easy way to add socks support
  , 3rd draw women to it like flies to honey */
+#define _PURPLE_PROXY_C_
 
 #include "internal.h"
 #include "cipher.h"