X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgtk%2Fgtk_open.h;h=6ede5fbae8a5caa1e284d08bac89e6fc2b7b5981;hb=22b05cefc618ed1601e1c42908179a307dcab743;hp=b46f63b54baa63a34545a961189ef1047073078c;hpb=32ef13cfda173cf6bacda500708d91af31166bbf;p=vlc diff --git a/plugins/gtk/gtk_open.h b/plugins/gtk/gtk_open.h index b46f63b54b..6ede5fbae8 100644 --- a/plugins/gtk/gtk_open.h +++ b/plugins/gtk/gtk_open.h @@ -2,7 +2,7 @@ * gtk_open.h: prototypes for open functions ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: gtk_open.h,v 1.2 2001/05/15 14:49:48 stef Exp $ + * $Id: gtk_open.h,v 1.3 2001/05/30 23:02:04 stef Exp $ * * Authors: Samuel Hocevar * Stéphane Borel @@ -36,6 +36,7 @@ gboolean GtkNetworkOpenShow ( GtkWidget *, GdkEventButton *, gpointer ); void GtkNetworkOpenOk ( GtkButton *, gpointer ); void GtkNetworkOpenCancel ( GtkButton *, gpointer ); void GtkNetworkOpenBroadcast( GtkToggleButton *, gpointer ); +void GtkNetworkOpenChannel ( GtkToggleButton *, gpointer ); void GtkFileOpenActivate ( GtkMenuItem *, gpointer ); void GtkDiscOpenActivate ( GtkMenuItem *, gpointer );