diff libpurple/proxy.h @ 31980: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.h	Tue May 03 05:03:41 2011 +0000
+++ b/libpurple/proxy.h	Tue May 03 05:19:14 2011 +0000
@@ -312,7 +312,7 @@
 			const char *host, int port,
 			PurpleProxyConnectFunction connect_cb, gpointer data);
 
-#ifndef PURPLE_DISABLE_DEPRECATED
+#if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_PROXY_C_)
 /**
  * Makes a connection through a SOCKS5 proxy.
  *