diff src/proxy.h @ 14090:983fbec46eb0

[gaim-migrate @ 16713] Rename struct PHB to struct _GaimProxyConnectInfo committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Aug 2006 10:20:19 +0000
parents 10e8eb6a4910
children eec0c7fd8529
line wrap: on
line diff
--- a/src/proxy.h	Sat Aug 12 10:12:43 2006 +0000
+++ b/src/proxy.h	Sat Aug 12 10:20:19 2006 +0000
@@ -56,7 +56,7 @@
 
 } GaimProxyInfo;
 
-typedef struct PBH GaimProxyConnectInfo;
+typedef struct _GaimProxyConnectInfo GaimProxyConnectInfo;
 
 typedef void (*GaimProxyConnectFunction)(gpointer data, gint source);
 typedef void (*GaimProxyErrorFunction)(gpointer dat, const gchar *error_message);