diff src/dmresw.h @ 1607:0cac3360a0aa

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 May 2018 11:45:33 +0300
parents 9f06f6661cdf
children
line wrap: on
line diff
--- a/src/dmresw.h	Mon May 14 11:20:05 2018 +0300
+++ b/src/dmresw.h	Mon May 14 11:45:33 2018 +0300
@@ -13,8 +13,8 @@
 extern "C" {
 #endif
 
-int          dmf_write_str(DMResource *, const void *, const size_t);
-BOOL         dmf_write_byte(DMResource *, const Uint8);
+BOOL         dmf_write_str(DMResource *fh, const void *data, const size_t len);
+BOOL         dmf_write_byte(DMResource *fh, const Uint8 val);
 
 #define DM_DEFINE_FFUNC(xname, xtype, z)          \
 BOOL         dmf_write_ ## xname (DMResource *fh, const xtype v);