libcfe  0.12.1
some useful C-functions
config_files.h
Go to the documentation of this file.
1 #ifndef XCONFIG_FILE_H
2 #define XCONFIG_FILE_H
3 
4 #include <stddef.h>
5 
6 #define CREATE_PATH 0200000
7 
40 int add_config_file(char **list, size_t *list_len, size_t *list_size, unsigned char id, char *file, size_t file_len, unsigned int check_path);
41 
49 char *get_config_file(char *list, size_t list_size, unsigned char id);
50 
51 #endif /* XCONFIG_FILE_H */
int add_config_file(char **list, size_t *list_len, size_t *list_size, unsigned char id, char *file, size_t file_len, unsigned int check_path)
Definition: config_files.c:20
char * get_config_file(char *list, size_t list_size, unsigned char id)
Definition: config_files.c:113