view src/xs_genui.c @ 76:741291e14080 dev-0-8-0b1

Added missing header
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Sep 2003 11:12:02 +0000
parents 0f00ebab063d
children 3fca0b13a80a
line wrap: on
line source

#ifdef HAVE_CONFIG_H
#  include <config.h>
#endif

#include <gtk/gtk.h>

#include "xs_genui.h"
#include "xs_interface.h"
#include "xs_glade.h"


void
fileinfo_sub_tune_clicked              (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
fileinfo_ok_clicked                    (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_ctrl_song_prev                         (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_ctrl_song_next                         (GtkButton       *button,
                                        gpointer         user_data)
{

}