Diff for /multiplexer/input.h between versions 1.2 and 1.3

version 1.2, 2001/04/03 21:14:33 version 1.3, 2001/04/05 14:50:42
Line 12  boolean input_acceptable (unsigned int * Line 12  boolean input_acceptable (unsigned int *
     t_msec *timeout,      t_msec *timeout,
     boolean outnotfull);      boolean outnotfull);
 stream_descr *input_available (void);  stream_descr *input_available (void);
   char *input_filerefername (int filerefnum);
 file_descr* input_openfile (char *name,  file_descr* input_openfile (char *name,
       int filerefnum,
     content_type content,      content_type content,
     boolean automatic,      boolean automatic,
     int programnb);      int programnb);
Line 34  void input_endstreamkill (stream_descr * Line 36  void input_endstreamkill (stream_descr *
 void input_closestream (stream_descr *s);  void input_closestream (stream_descr *s);
 boolean split_something (void);  boolean split_something (void);
 file_descr *input_filehandle (int handle);  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,  void input_something (file_descr *f,
     boolean readable);      boolean readable);
   

Removed from v.1.2  
changed lines
  Added in v.1.3


LinuxTV legacy CVS <linuxtv.org/cvs>