commit | 28a20707a291854be335b800c741bdaf2c19a74b | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Thu Dec 08 09:24:24 2011 +0200 |
committer | Pekka Paalanen <ppaalanen@gmail.com> | Thu Dec 08 10:25:54 2011 +0200 |
tree | 6084374820243c427b2ddabc2e954fc937ef91e9 | |
parent | c1765c67b394ec82c5d576140e0e297088deaabb [diff] |
configparser: rename BOOL, document types Rename CONFIG_KEY_BOOL to CONFIG_KEY_BOOLEAN, just like CONFIG_KEY_INTEGER is not CONFIG_KEY_INT, for consistency. Document the types expected for the void* and name the enum in the header, so it is clear what config_key::type means. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>