version 1.18, 2021/11/26 01:15:03
|
version 1.19, 2023/01/23 23:27:26
|
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 - 2021 | Copyright 2004 - 2023 |
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 55 struct tagCfg {
|
Line 55 struct tagCfg {
|
ait_val_t cfg_sec; |
ait_val_t cfg_sec; |
ait_val_t cfg_attr; |
ait_val_t cfg_attr; |
ait_val_t cfg_val; |
ait_val_t cfg_val; |
|
int cfg_quoted; |
|
|
TAILQ_ENTRY(tagCfg) cfg_next; |
TAILQ_ENTRY(tagCfg) cfg_next; |
RB_ENTRY(tagCfg) cfg_node; |
RB_ENTRY(tagCfg) cfg_node; |