Correct definition of dbg_malloc()
authorHannes Reinecke <hare@suse.de>
Wed, 28 Jan 2009 08:19:36 +0000 (09:19 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 21 Apr 2009 23:28:21 +0000 (01:28 +0200)
commit0a081b682fdc6a061195108882d5bc25f7f9cb1f
tree7d0d28acfd655bfb769c417c20e5a8c5eb8c1c46
parent228a57ba707f81bf8419c41fb912f50c6ab60b70
Correct definition of dbg_malloc()

Any malloc function should return 'void *' to avoid type
mismatch errors.

Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/memory.c
libmultipath/memory.h