Have the emem.c memdup routines accept and return "void *", as
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 14 Feb 2006 08:34:20 +0000 (08:34 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 14 Feb 2006 08:34:20 +0000 (08:34 +0000)
commit9a7b95517dff4c4185081d606f4044c5d38e33a4
treeab7d84ea8bf79f6b41416e6f5b4b83156cb2f5a2
parentbf56cc81a93674678f11e0e73d32ad7095dba072
Have the emem.c memdup routines accept and return "void *", as
"memcpy()" does; that eliminates some compiler warnings ("void *" is the
type usually used for "generic pointer").

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17297 f5534014-38df-0310-8fa8-9805f1628bb7
epan/emem.c
epan/emem.h