view me-opt-reg.c @ 6970:3263d686e99a

Created RTC section and moved RTC explanation there. Closed some tags and fixed a few typos (hungarian -> Hungarian). Reorganized the mailing list section.
author diego
date Sun, 11 Aug 2002 15:49:42 +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);

}