summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer-func.c
blob: 60fc43d7f1dd2f6c5c8aefc4f399ed337e012ee9 (plain)
1
2
3
4
5
6
7
8
9
#include "cfgparser.h"
#include "version.h"
#include "help_mp.h"

int cfg_func_help(struct config *conf)
{
	printf("%s", help_text);
	exit(0);
}