--- multiplexer/input.h 2001/03/19 20:52:34 1.1 +++ multiplexer/input.h 2001/04/03 21:14:33 1.2 @@ -9,7 +9,7 @@ boolean input_init (void); boolean input_expected (void); boolean input_acceptable (unsigned int *nfds, struct pollfd *ufds, - int *timeout, + t_msec *timeout, boolean outnotfull); stream_descr *input_available (void); file_descr* input_openfile (char *name, @@ -32,17 +32,6 @@ stream_descr *input_openstream (file_des void input_endstream (stream_descr *s); void input_endstreamkill (stream_descr *s); void input_closestream (stream_descr *s); -int input_findfreestreamid (prog_descr *p, - int sid); -stream_descr *input_findpcrstream (prog_descr *p); -stream_descr *connect_streamprog (file_descr *f, - int programnb, - int sourceid, - int streamid, - int streamtype, - stream_descr *stream, - stream_descr *mapstream, - boolean mention); boolean split_something (void); file_descr *input_filehandle (int handle); void input_something (file_descr *f,