X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=core%2Fconnection.pxd;h=0504324b45a2d93ac8ae119d07eb6cb1913f2578;hp=665e21e18d436e8f589f59cc20f9ed58cf9fde8c;hb=4dd540b8a4896ede6e99f7c7869fddf417d90f1a;hpb=726bec1d931c26e6dfeee865a6defb695db40f31;ds=sidebyside diff --git a/core/connection.pxd b/core/connection.pxd index 665e21e..0504324 100644 --- a/core/connection.pxd +++ b/core/connection.pxd @@ -18,9 +18,10 @@ # cdef extern from "libpurple/connection.h": - ctypedef struct PurpleConnection + ctypedef struct PurpleConnection: + pass - cdef PurpleAccount* c_purple_connection_get_account "purple_connection_get_account" (PurpleConnection *gc) + PurpleAccount* c_purple_connection_get_account "purple_connection_get_account" (PurpleConnection *gc) class Connection(object): """ Connection class """