view mplayer.h @ 6402:57e4ced19a03

Luke Harrison <luke@vv.carleton.ca> This patch fixes a very simple little error in configure's help screen.
author atmos4
date Wed, 12 Jun 2002 23:01:23 +0000
parents e9bd97d5c5cc
children f554e7271587
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

extern int use_gui;
extern char* current_module;
extern int fullscreen;
extern int vcd_track;

extern void exit_player(char* how);

#endif