Removed redundant cdef's, fixed structures declarations.
authorRagner Magalhaes <ragner.magalhaes@openbossa.org>
Tue, 2 Dec 2008 20:07:23 +0000 (20:07 +0000)
committerAnderson Briglia <anderson.briglia@openbossa.org>
Sat, 28 Feb 2009 21:11:09 +0000 (17:11 -0400)
commit11fae5285905f05afb2030183b874333d64f91ee
treea1c024af44c083ae2e1c1a0a8e81232771ebb3a8
parent30f1e323b5bd76f5789b6251454e388cc511e2d5
Removed redundant cdef's, fixed structures declarations.

FIXES:

* Removed redundant cdef's, as functions declared within "cdef extern" block receives this automatically.
* Fixed structures declarations, adding "pass" to them (this can be done only inside "cdef extern" blocks).

Signed-off-by: Bruno Abinader <bruno.abinader@indt.org.br>

git-svn-id: https://garage.maemo.org/svn/carman/branches/carman-0.7-beta2/python-purple@1271 596f6dd7-e928-0410-a184-9e12fd12cf7e
core/account.pxd
core/blist.pxd
core/connection.pxd
core/debug.pxd
core/eventloop.pxd
core/idle.pxd
core/plugin.pxd
core/pounce.pxd
core/prefs.pxd
core/util.pxd