]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod: Make stat_task static.
authorAndre Noll <maan@systemlinux.org>
Sun, 6 Jul 2008 17:34:08 +0000 (19:34 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 6 Jul 2008 17:34:08 +0000 (19:34 +0200)
The only reason it wasn't static was that audiod_command.c
could use it. However, audiod_command.c only needs
stat_item_values[] and several other fields that were only
used in get_time_string().

So move stat_item_values[] out of struct status task so that
audiod_command.c can use it, and move get_time_string() from
audio_command.c to audiod.c.


No differences found