]> git.tuebingen.mpg.de Git - paraslash.git/commit
Define status item list in afh_common.c.
authorAndre Noll <maan@systemlinux.org>
Thu, 5 Apr 2012 23:18:23 +0000 (01:18 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 5 Apr 2012 23:25:18 +0000 (01:25 +0200)
commit54a1c08546d2f37186fb0bdd3b9b86bfcf0e90cd
treee4bc4d7d82601ebd889ade95b5331d3f0d57c6b3
parent40885aedeb61f4a84d3e0acc7eeef256a6932aaf
Define status item list in afh_common.c.

The status_item_list array is needed for the audio format handler info
struct (afhi), so all executables which contain afh_common.o need it.
Currently, afh.c and command.c define their own instance for para_afh
and para_server respectively.

Moving the definition of the array to afc.c saves one instance. No
big deal.
afh.c
afh_common.c
command.c