|
version 1.17, 2019/12/05 14:33:35
|
version 1.17.2.1, 2021/11/25 23:44:52
|
|
Line 12 terms:
|
Line 12 terms:
|
| All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
| Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
| |
|
| Copyright 2004 - 2019 | Copyright 2004 - 2021 |
| by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
| |
|
| Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
|
Line 172 int cfgReadConfig(FILE *f, cfg_root_t * __restrict cfg
|
Line 172 int cfgReadConfig(FILE *f, cfg_root_t * __restrict cfg
|
| * return: -1 error or 0 ok |
* return: -1 error or 0 ok |
| */ |
*/ |
| int cfgWriteConfig(FILE *f, cfg_root_t * __restrict cfg, int whitespace); |
int cfgWriteConfig(FILE *f, cfg_root_t * __restrict cfg, int whitespace); |
| |
/* |
| |
* cfgWriteConfigRaw() - Write config from memory by list |
| |
* |
| |
* @f = File handle |
| |
* @cfg = Config root |
| |
* @whitespace = Additional whitespace characters to file |
| |
* return: -1 error or 0 ok |
| |
*/ |
| |
int cfgWriteConfigRaw(FILE *f, cfg_root_t * __restrict cfg, int whitespace); |
| /* |
/* |
| * cfgConcatConfig() - Concat two configs into one |
* cfgConcatConfig() - Concat two configs into one |
| * |
* |