config.c File Reference

#include "setup.h"
#include "malloc.h"
#include "config.h"
#include "inet.h"
#include "opm_error.h"
#include "opm_types.h"
#include "opm_common.h"
#include "list.h"

Functions

 RCSID ("$Id: config.c,v 1.28 2005/07/31 09:31:10 phil Exp $")
OPM_CONFIG_Tlibopm_config_create ()
void libopm_config_free (OPM_CONFIG_T *config)
OPM_ERR_T libopm_config_set (OPM_CONFIG_T *config, int key, void *value)
int libopm_config_gettype (int key)
void * libopm_config (OPM_CONFIG_T *config, int key)

Function Documentation

RCSID ( "$Id: config.  c,
v 1.28 2005/07/31 09:31:10 phil Exp $"   
)
OPM_CONFIG_T* libopm_config_create ( void   ) 
void libopm_config_free ( OPM_CONFIG_T config  ) 
OPM_ERR_T libopm_config_set ( OPM_CONFIG_T config,
int  key,
void *  value 
)
int libopm_config_gettype ( int  key  ) 
void* libopm_config ( OPM_CONFIG_T config,
int  key 
)

Generated for libopm by  doxygen 1.6.1