view mp-opt-reg.c @ 4730:330462dd5569

Changed the default prefill cache value for raw network input stream.
author bertrand
date Sun, 17 Feb 2002 00:05:08 +0000
parents 31265995cc3a
children 2bf9749cb7c2
line wrap: on
line source


#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include "cfgparser.h"

#ifdef HAVE_NEW_INPUT
extern void mp_input_register_options(m_config_t* cfg);
#endif

void
mp_register_options(m_config_t* cfg) {
  
#ifdef HAVE_NEW_INPUT
  mp_input_register_options(cfg);
#endif

}