Main Page | Data Structures | File List | Data Fields | Globals

confloader.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <math.h>
#include <string.h>
#include <strings.h>
#include "confloader.h"

Go to the source code of this file.

Functions

int confparse (char *conffile, FILE *fderr)
option getconf (const char *name)


Detailed Description

This file implements the functions declared in confloader.h Unless you are interested in extending of modifing confloader, you are probably not interested by it's content...

To see the documentation for this file, you must set the INTERNAL_DOCS variable of the Doxyfile to YES and recompile the documentation using "make doc"

Definition in file confloader.c.


Function Documentation

int confparse char *  conffile,
FILE *  fderr
 

Here is the main function: it takes as parameter the configuration file to load

Definition at line 470 of file confloader.c.

References option::mandatory, and option::name.

option getconf const char *  name  ) 
 

This function is used to search an option in the conf array by its name

Definition at line 505 of file confloader.c.

References option::name.


Generated on Wed Jan 5 12:01:39 2005 for Confloader by doxygen 1.3.6