Differences From Artifact [1c13a21f8a]:
- File libconfig.h.in — part of check-in [e07808cac6] at 2006-12-17 03:04:26 on branch trunk — Added an "ADDR" var type (since it was already documented) Removed brain-dead (void *) to type casts in lc_handle_...() (user: rkeene, size: 2364) [annotate] [blame] [check-ins using]
To Artifact [7b32045b6a]:
- File libconfig.h.in — part of check-in [d281965daf] at 2007-01-16 03:14:02 on branch trunk — libconfig 0.2.4 Added support for "double" and "float" types Moved the test config file into a user directory (user: rkeene, size: 2409) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
LC_VAR_IP6,
LC_VAR_ADDR,
LC_VAR_ADDR4,
LC_VAR_ADDR6,
LC_VAR_HOSTNAME,
LC_VAR_HOSTNAME4,
LC_VAR_HOSTNAME6,
LC_VAR_LIST = 0x80
} lc_var_type_t;
__BLANK_LINE__
typedef enum {
LC_FLAGS_VAR,
| > > | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
LC_VAR_IP6,
LC_VAR_ADDR,
LC_VAR_ADDR4,
LC_VAR_ADDR6,
LC_VAR_HOSTNAME,
LC_VAR_HOSTNAME4,
LC_VAR_HOSTNAME6,
LC_VAR_DOUBLE,
LC_VAR_FLOAT,
LC_VAR_LIST = 0x80
} lc_var_type_t;
__BLANK_LINE__
typedef enum {
LC_FLAGS_VAR,
|
| ︙ | ︙ |