]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.h
Merge branch 'sasl'
[empathy.git] / libempathy-gtk / empathy-chat.h
index 7f3ebda26ca3054d5dc689713967adecb4a8e027..596b83f5df2a307b6175172b184dc8d29d67d4b0 100644 (file)
@@ -47,10 +47,11 @@ G_BEGIN_DECLS
 
 typedef struct _EmpathyChat       EmpathyChat;
 typedef struct _EmpathyChatClass  EmpathyChatClass;
+typedef struct _EmpathyChatPriv   EmpathyChatPriv;
 
 struct _EmpathyChat {
        GtkBin parent;
-       gpointer priv;
+       EmpathyChatPriv *priv;
 
        /* Protected */
        EmpathyChatView *view;