Move func 'REF' from util.h to serialize.h
authorGiel van Schijndel <me@mortis.eu>
Thu, 11 Aug 2011 16:12:14 +0000 (18:12 +0200)
committerGiel van Schijndel <me@mortis.eu>
Fri, 19 Aug 2011 05:24:38 +0000 (07:24 +0200)
commit82dc6426b4cbf769ace7976c2a40d160b8d76f08
treec4ce7ba97dfdc04b169ff87d35de12064928a7b2
parente49b83bb1242b37717e5cfabc344b0ff7157484e
Move func 'REF' from util.h to serialize.h

util.h doesn't use REF, serialize.h does, creating a dependency of
serialize.h on util.h, but util.h already depends on serialize.h.  To
resolve this circular dependency the function 'REF' has now been moved
closer to one of its two points of use.

Signed-off-by: Giel van Schijndel <me@mortis.eu>
src/serialize.h
src/util.h