summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer-func.c
blob: 06d1a9c9c893bbe4b36a1265e0559657185e4fca (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(1);
}