diff th_config.h @ 203:7acdd3ab6900

Fix th_config for new th_ioctx API.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Feb 2016 22:59:30 +0200
parents eb2c073d93b3
children 6cfa9bc91ee6
line wrap: on
line diff
--- a/th_config.h	Thu Feb 11 22:27:56 2016 +0200
+++ b/th_config.h	Thu Feb 11 22:59:30 2016 +0200
@@ -55,9 +55,9 @@
 
 /* Functions
  */
-int     th_cfg_read(th_ioctx_t *, th_cfgitem_t *);
+int     th_cfg_read(th_ioctx *, th_cfgitem_t *);
 void    th_cfg_free(th_cfgitem_t *);
-int     th_cfg_write(th_ioctx_t *, const th_cfgitem_t *);
+int     th_cfg_write(th_ioctx *, const th_cfgitem_t *);
 
 int     th_cfg_add_section(th_cfgitem_t **cfg, const char *name, th_cfgitem_t *data);
 int     th_cfg_add_comment(th_cfgitem_t **cfg, const char *comment);