Initial python-purple commit.
[python-purple] / core / blist.pxd
1 cdef extern from "libpurple/blist.h":
2     ctypedef struct PurpleBuddyList
3
4     cdef void purple_set_blist(PurpleBuddyList *list)
5     cdef void purple_blist_load()
6     cdef PurpleBuddyList *purple_blist_new()