--- multiplexer/input.h 2001/04/03 21:14:33 1.2 +++ multiplexer/input.h 2001/04/05 14:50:42 1.3 @@ -12,7 +12,9 @@ boolean input_acceptable (unsigned int * t_msec *timeout, boolean outnotfull); stream_descr *input_available (void); +char *input_filerefername (int filerefnum); file_descr* input_openfile (char *name, + int filerefnum, content_type content, boolean automatic, int programnb); @@ -34,6 +36,9 @@ void input_endstreamkill (stream_descr * void input_closestream (stream_descr *s); boolean split_something (void); file_descr *input_filehandle (int handle); +file_descr *input_filereferenced (int filerefnum, + char *filename); +void input_stopfile (file_descr *f); void input_something (file_descr *f, boolean readable);