On Thu, 2006-01-12 at 15:09 -0600, Brad Anderson wrote:
> Hi all,
> 
> I'm having issues with using :void as a type in certain places.  I'm
> trying to wrap the following in CFFI:
> 
> struct _xmlAttribute {
>     void           *_private;           /* application data */
>         (_private :void)

_private is a void*, not a void.  Use :pointer.

-- 
Stephen Compall
http://scompall.nocandysw.com/blog

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to