X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fpda%2Fpda_callbacks.h;h=d8563beb755bfc1c52c434393c2bacd58d6a7334;hb=e982566383a3045d27adc7e5d526c0ffdb2bb0bf;hp=08c203db95b788614a11c0b3658d9361ed0d7991;hpb=3d831e04ece115bb9ca379b9552370755453e46e;p=vlc diff --git a/modules/gui/pda/pda_callbacks.h b/modules/gui/pda/pda_callbacks.h index 08c203db95..d8563beb75 100644 --- a/modules/gui/pda/pda_callbacks.h +++ b/modules/gui/pda/pda_callbacks.h @@ -1,10 +1,10 @@ /***************************************************************************** * callbacks.h : pda plugin for vlc ***************************************************************************** - * Copyright (C) 2003 VideoLAN + * Copyright (C) 2003 the VideoLAN team * $Id$ * - * Authors: Jean-Paul Saman + * Authors: Jean-Paul Saman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,16 +18,16 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #include -#include -#include +#include +#include void ReadDirectory( intf_thread_t *p_intf, GtkListStore *p_list, char *psz_dir ); -void PlaylistRebuildListStore( GtkListStore *p_list, playlist_t * p_playlist ); +void PlaylistRebuildListStore( intf_thread_t *p_intf, GtkListStore *p_list, playlist_t * p_playlist ); gboolean