view Gui/mplayer/gtk/opts.h @ 3920:eea76f70665d

Sync with r1.20. Just for release
author nick
date Mon, 31 Dec 2001 16:07:04 +0000
parents d47cbcdce1a8
children 77980ab4e296
line wrap: on
line source

#ifndef _GUI_OPTS_H
#define _GUI_OPTS_H

#include <gtk/gtk.h>

void HideOptions( void );
GtkWidget * create_Options( void );

#endif