Fix python wrapper pointer types
authorCharles Manning <cdhmanning@gmail.com>
Mon, 15 Aug 2011 03:48:01 +0000 (15:48 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Mon, 15 Aug 2011 03:48:01 +0000 (15:48 +1200)
c_int instead of pointers and returning c_int instead of void
caused problems on 64 bits.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found