add a 'void* extra' parameter to the DUMP macros
commite7960e5dc81ba33861115ca04f81cbbed2080611
authorChristian Thaeter <ct@pipapo.org>
Thu, 8 Apr 2010 17:31:57 +0000 (8 19:31 +0200)
committerChristian Thaeter <ct@pipapo.org>
Thu, 8 Apr 2010 17:31:57 +0000 (8 19:31 +0200)
tree3676e87236cf0b13bbbbf200106eb6021416d845
parent32bd8826065d1c9f4df7d61ab47a922381e439ba
add a 'void* extra' parameter to the DUMP macros

This breaks code using the dump macros, fix it by adding a void* extra to
the nobug_*_dump functions and pass NULL around.

Library compatibility is not broken.
src/nobug.h
tests/test_nobug.c