shl: array: use "const" for source arguments
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 19 Nov 2012 12:54:17 +0000 (13:54 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 19 Nov 2012 12:54:17 +0000 (13:54 +0100)
commitf460764f9e17df60525123aee0b15a1e4f7aebeb
treed191eb253fdc0e3872bd14f501032a5c87f9156a
parentffd431babe665e9ab68e7da1c70102ca81ed0657
shl: array: use "const" for source arguments

Use "const" even for void pointers as gcc will complain otherwise. Source
arguments are read-only, anyway, so this doesn't break anything.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/shl_array.h