]> git.tuebingen.mpg.de Git - paraslash.git/commit
Introduce afh_get_afhi_txt().
authorAndre Noll <maan@systemlinux.org>
Tue, 26 Jun 2012 19:28:48 +0000 (21:28 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:27 +0000 (20:28 +0100)
commit7c8931ecbbf665d399ffbc101fde88eb8d78af85
tree6c606318428b508fbb45581b86cd1a3adf8f0c90
parent3f1510c31beb5c053d2f6c510f04a1e7466fce65
Introduce afh_get_afhi_txt().

The afh receiver needs a pretty-printed version of the audio format
handler structure, like the one that is printed in print_info()
of afh.c.

This commit moves print_info() to afh_common.c and makes it print
into a buffer rather than to stdout. The function is renamed to the
more descriptive afh_get_afhi_txt().

The single caller in afh.c is changed accordingly.
afh.c
afh.h
afh_common.c