~ubuntu-branches/ubuntu/raring/pidgin/raring

« back to all changes in this revision

Viewing changes to libpurple/sslconn.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-22 21:51:41 UTC
  • mto: (46.1.1 karmic)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20081022215141-ofqitm4aggw7x7ip
Tags: upstream-2.5.2
ImportĀ upstreamĀ versionĀ 2.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        int fd;
68
68
        /** Glib event source ID; used to refer to the received data callback 
69
69
         * in the glib eventloop */
70
 
        int inpa;
 
70
        guint inpa;
71
71
        /** Data related to the underlying TCP connection */
72
72
        PurpleProxyConnectData *connect_data;
73
73