view me-opt-reg.c @ 7794:bf0d9d17e23a

Documented "j" key, small fixes, rewording, spell checking.
author diego
date Sat, 19 Oct 2002 04:28:52 +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);

}