view gui/mplayer/gtk/about.h @ 25450:aacc1ec5cf43

Reduce code duplication: add a asf_read_wrapper function that never does partial reads
author reimar
date Fri, 21 Dec 2007 00:13:08 +0000
parents 3f0d00abc073
children 3baf6a2283da
line wrap: on
line source


#ifndef GUI_ABOUT_H
#define GUI_ABOUT_H

#include <gtk/gtk.h>

extern GtkWidget * About;

extern GtkWidget * create_About( void );
extern void ShowAboutBox( void );

#endif