changeset 604:e789accfca87

Comment cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Jan 2020 00:49:42 +0200
parents be957142ab37
children 566e6ef41f9d
files th_config.h
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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);