version 1.1.1.1.2.1, 2008/09/30 20:00:26
|
version 1.2.2.1, 2009/09/09 09:29:37
|
Line 72 int ReadConfig(FILE *f, sl_config * __restrict cfg);
|
Line 72 int ReadConfig(FILE *f, sl_config * __restrict cfg);
|
*/ |
*/ |
int WriteConfig(FILE *f, sl_config * __restrict cfg); |
int WriteConfig(FILE *f, sl_config * __restrict cfg); |
|
|
|
/* |
|
* cfg_WriteConfig() Write to file from items in config list without whitespaces! |
|
* @f = file resource |
|
* @cfg = Head list element |
|
* return: 0 ok; -1 error:: can`t write to file |
|
*/ |
|
int cfg_WriteConfig(FILE *f, sl_config * __restrict cfg); |
|
|
|
|
/* |
/* |
* cfg_FindAttribute() Find attribute position in config list |
* cfg_FindAttribute() Find attribute position in config list |