From: Andre Noll Date: Sun, 6 Jul 2008 17:34:08 +0000 (+0200) Subject: audiod: Make stat_task static. X-Git-Tag: v0.3.3~52^2~9 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=074c45e88bca5e9d12d7905efb918843b5372e04;hp=074c45e88bca5e9d12d7905efb918843b5372e04 audiod: Make stat_task static. 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. ---