comparison 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
comparison
equal deleted inserted replaced
14089:10e8eb6a4910 14090:983fbec46eb0
54 char *username; /**< The username. */ 54 char *username; /**< The username. */
55 char *password; /**< The password. */ 55 char *password; /**< The password. */
56 56
57 } GaimProxyInfo; 57 } GaimProxyInfo;
58 58
59 typedef struct PBH GaimProxyConnectInfo; 59 typedef struct _GaimProxyConnectInfo GaimProxyConnectInfo;
60 60
61 typedef void (*GaimProxyConnectFunction)(gpointer data, gint source); 61 typedef void (*GaimProxyConnectFunction)(gpointer data, gint source);
62 typedef void (*GaimProxyErrorFunction)(gpointer dat, const gchar *error_message); 62 typedef void (*GaimProxyErrorFunction)(gpointer dat, const gchar *error_message);
63 63
64 /** 64 /**