diff th_ioctx.h @ 218:e20fdeee6bdf

Rename some functions for consistency.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 14 Feb 2016 07:53:18 +0200
parents 97c1ab4719cf
children faeeac291a6c
line wrap: on
line diff
--- a/th_ioctx.h	Sun Feb 14 05:12:44 2016 +0200
+++ b/th_ioctx.h	Sun Feb 14 07:53:18 2016 +0200
@@ -110,9 +110,9 @@
 int          thfprintf(th_ioctx *ctx, const char *fmt, ...);
 
 int          thfread_str(th_ioctx *ctx, void *ptr, const size_t len);
-BOOL         thfread_byte(th_ioctx *ctx, uint8_t *);
+BOOL         thfread_u8(th_ioctx *ctx, uint8_t *);
 int          thfwrite_str(th_ioctx *ctx, const void *ptr, const size_t len);
-BOOL         thfwrite_byte(th_ioctx *ctx, const uint8_t);
+BOOL         thfwrite_u8(th_ioctx *ctx, const uint8_t);
 
 
 //