diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-21 01:03:01 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-21 01:03:01 +0200 |
commit | 9d4352c51300548b4a053dab85517f0dd0cb386c (patch) | |
tree | e8c4a89096870304e01cac975bc591da951f8fe2 /protocols/ft.h | |
parent | e7edbb75b23e200a8b6a8e766ede7af319a75dc9 (diff) |
Restored a few more root commands.
Diffstat (limited to 'protocols/ft.h')
-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. |