comparison src/audacious/ui_fileinfopopup.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 2ca446f02d97
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21 #ifndef _UI_FILEINFOPOPUP_H_ 21 #ifndef AUDACIOUS_UI_FILEINFOPOPUP_H
22 #define _UI_FILEINFOPOPUP_H_ 22 #define AUDACIOUS_UI_FILEINFOPOPUP_H
23 23
24 #include "audacious/tuple.h" 24 #include "audacious/tuple.h"
25 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
26 26
27 /* create/destroy */ 27 /* create/destroy */
31 /* show/hide */ 31 /* show/hide */
32 void fileinfopopup_show_from_tuple(GtkWidget *fileinfopopup_win, Tuple *tuple); 32 void fileinfopopup_show_from_tuple(GtkWidget *fileinfopopup_win, Tuple *tuple);
33 void fileinfopopup_show_from_title(GtkWidget *fileinfopopup_win, gchar *title); 33 void fileinfopopup_show_from_title(GtkWidget *fileinfopopup_win, gchar *title);
34 void fileinfopopup_hide(GtkWidget *filepopup_win, gpointer unused); 34 void fileinfopopup_hide(GtkWidget *filepopup_win, gpointer unused);
35 35
36 #endif 36 #endif /* AUDACIOUS_UI_FILEINFOPOPUP_H */