diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ft.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ft.h b/protocols/ft.h index c1ee2b49..159f16f2 100644 --- a/protocols/ft.h +++ b/protocols/ft.h @@ -106,6 +106,7 @@ typedef struct file_transfer { * IM-protocol specific data associated with this file transfer. */ gpointer data; + struct im_connection *ic; /* * Private data. |