#include "config.h"
#include "analyse.h"
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Function Documentation
Add an item to a list as first element
Definition at line 91 of file analyse.c.
generic_item* config_CreateAffect |
( |
char * |
varname, |
|
|
char * |
varval |
|
) |
| |
Create a key=value peer (assignment)
Definition at line 74 of file analyse.c.
Create a block item with the given content
Definition at line 49 of file analyse.c.
create a list of items
Definition at line 38 of file analyse.c.
config_free_list: Free ressources for a list
Definition at line 183 of file analyse.c.
void config_print_list |
( |
FILE * |
output, |
|
|
list_items * |
list |
|
) |
| |
Displays the content of a list of blocks.
Definition at line 144 of file analyse.c.