view me-opt-reg.c @ 7421:0684cad9b204

use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE
author arpi
date Mon, 16 Sep 2002 19:39:57 +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);

}