~ted/pidgin/11_buddy_list_really_show.patch

« back to all changes in this revision

Viewing changes to libpurple/protocols/qq/send_file.h

  • Committer: Bazaar Package Importer
  • Date: 2008-10-31 18:38:59 UTC
  • Revision ID: jamesw@ubuntu.com-20081031183859-yj2xlz1megi5k5w9
Tags: upstream-ubuntu-2.5.0
ImportĀ upstreamĀ versionĀ 2.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define _QQ_QQ_SEND_FILE_H_
27
27
 
28
28
#include "ft.h"
 
29
#include "qq.h"
29
30
 
30
31
typedef struct _ft_info {
31
32
        guint32 to_uid;
32
33
        guint16 send_seq;
33
 
        guint8 file_session_key[16];
 
34
        guint8 file_session_key[QQ_KEY_LENGTH];
34
35
        guint8 conn_method;
35
36
        guint32 remote_internet_ip;
36
37
        guint16 remote_internet_port;