utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h
authorPablo Neira Ayuso <pablo@gnumonks.org>
Mon, 28 Mar 2011 17:24:22 +0000 (19:24 +0200)
committerHarald Welte <laforge@gnumonks.org>
Mon, 28 Mar 2011 18:00:45 +0000 (20:00 +0200)
commit3abad6a6f9ae4cfa65c9f6d5f15208790449eefe
tree32b141a3bf38a3b89589d767c795bd2d7837b59e
parent70004fcc6dcd5dd979c10143872b2a136371e371
utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h

This is used by the logging to vty conversion functions by now, but it
may be of help for other functions that plan to use snprintf().
include/osmocom/core/utils.h
src/logging.c