On Fri, 2009-11-27 at 18:53 +0100, Samuel ROZE wrote:
> Hello,
> 
> I want to use two stream functions (stream_array_to_fd_set and
> stream_array_from_fd_set) in a module (/etc/modulename/modulename.c). To
> use them, i included the streamsfuncs.h file, with:

stream_array_from_fd_set is declared static in streamsfuncs.c and can't
be used in other places. You either have to find a wrapper around it,
make the streams layer exporting the functions (there mightbe a reason
why they are static - didn't look into it) or find another way to
implement what you need.

johannes



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to