]> git.alsa-project.org Git - tinycompress.git/commit
compress: Change compress_write() to take buffer as const void *
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Fri, 22 Feb 2013 15:57:35 +0000 (15:57 +0000)
committerVinod Koul <vinod.koul@intel.com>
Fri, 22 Feb 2013 18:08:12 +0000 (23:38 +0530)
commit21663cc0d7ad5c9925a0db6c8f3f73038db15da5
treec75abaee279edc95ce8369ba47cb6d06be90e410
parent0d20d8bca2babf051db11a0ca47bf7485801f8e0
compress: Change compress_write() to take buffer as const void *

The input buffer to compress_write() should be const, and is
better defined as void * so the caller doesn't have to cast.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
compress.c
include/tinycompress/tinycompress.h