view me-opt-reg.c @ 6403:c0f189e49ee4

Background color now set by CSS, added doctype and default character set, as well as typos and some HTML fixes.
author diego
date Wed, 12 Jun 2002 23:53:28 +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);

}