view Gui/mplayer/gtk/opts.h @ 5257:1823c7dff423

Add Parsing off ftyp box and some more docs ref
author atmos4
date Fri, 22 Mar 2002 00:54:10 +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