Anatoly A. Kazantsev wrote: > Additional parameter 'void *user_data' is used in the example for this > purpose. > > But I can't modify 'fshelp_open_fn_t' function type.
What's the 'void *cookie'? Is it an arbitrary pointer that you can use for your own purposes? If so, use it the same way as the user_data in the example. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
