view me-opt-reg.c @ 7283:5fa6eb7b0f1a

- add fuckin locale fix from Dietrich Clau <dc2@clauss.dyndns.org> (Yeah. Nice round:)
author pontscho
date Thu, 05 Sep 2002 15:22:45 +0000
parents 8d4208df7c15
children
line wrap: on
line source


#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include "cfgparser.h"

extern void libmpdemux_register_options(m_config_t* cfg);

void
me_register_options(m_config_t* cfg) {

  libmpdemux_register_options(cfg);

}