X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Finput.h;h=4e4a97a2c7f06066b78f7161fb1b779d1ce9290c;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=bc95666c1375cafc50ae58488fb7695bf156bab3;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/include/input.h b/include/input.h index bc95666c13..4e4a97a2c7 100644 --- a/include/input.h +++ b/include/input.h @@ -2,7 +2,7 @@ * input.h: structures of the input not exported to other modules ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: input.h,v 1.36 2001/04/25 10:22:32 massiot Exp $ + * $Id: input.h,v 1.37 2001/05/30 17:03:11 sam Exp $ * * Authors: Christophe Massiot * @@ -45,20 +45,6 @@ void InitBitstream ( struct bit_stream_s *, struct decoder_fifo_s *, void * p_callback_arg ); void NextDataPacket ( struct bit_stream_s * ); -/***************************************************************************** - * Prototypes from input.c to open files - *****************************************************************************/ -void input_FileOpen ( struct input_thread_s * ); -void input_FileClose( struct input_thread_s * ); - -/***************************************************************************** - * Prototypes from input.c to open a network socket - *****************************************************************************/ -#if !defined( SYS_BEOS ) && !defined( SYS_NTO ) -void input_NetworkOpen ( struct input_thread_s * ); -void input_NetworkClose( struct input_thread_s * ); -#endif - /***************************************************************************** * Prototypes from input_programs.c *****************************************************************************/