# HG changeset patch # User Matti Hamalainen # Date 1579128582 -7200 # Node ID e789accfca8764603d45cb52ff8fdf6a0ef15f80 # Parent be957142ab37e55bd1f1dc834ff88e9afb966cc5 Comment cosmetics. diff -r be957142ab37 -r e789accfca87 th_config.h --- a/th_config.h Thu Jan 16 00:49:26 2020 +0200 +++ b/th_config.h Thu Jan 16 00:49:42 2020 +0200 @@ -16,8 +16,9 @@ extern "C" { #endif -/* Definitions - */ +// +// Definitions +// enum ITEM_TYPE { ITEM_SECTION = 1, @@ -57,8 +58,9 @@ } th_cfgitem_t; -/* Functions - */ +// +// Functions +// int th_cfg_read(th_ioctx *fh, th_cfgitem_t *cfg /*, TODO XXX const int flags (for controlling things like "error out on unknown items or ignore" etc */); void th_cfg_free(th_cfgitem_t *cfg); int th_cfg_write(th_ioctx *fh, const th_cfgitem_t *cfg);