Hello!

I'm trying to wrap function with callback parameter:

error_t fshelp_start_translator (fshelp_open_fn_t underlying_open_fn, void 
*cookie, char *name, char *argz, int argz_len, int timeout, fsys_t *control)

where fshelp_open_fn_t is

typedef error_t (*fshelp_open_fn_t) (int flags, file_t *node, 
mach_msg_type_name_t *node_type, task_t, void *cookie)

Is it possible?

-- 
Anatoly A. Kazantsev <[email protected]>

Attachment: pgp1TAtdOWwpG.pgp
Description: PGP signature

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to