view me-opt-reg.c @ 6436:a2eb6f519855

Background now set by CSS, added doctype and charset. Properly closed all tags, quoted attributes with # and %, removed bogus <P> tags around block elements, do not put block elements in inline elements, some typos and cosmetic changes.
author diego
date Sat, 15 Jun 2002 19:47:10 +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);

}