]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make (most) command handlers static.
authorAndre Noll <maan@systemlinux.org>
Sat, 7 Apr 2012 06:30:27 +0000 (08:30 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 29 Jun 2012 19:36:31 +0000 (21:36 +0200)
commit28954781dc61c24189492be040bcdce5372ead51
treef2810e3b7604fadd0b1ab24bf5f97e5312706cc4
parentad386453c0a3153783cb8f506f668118e58d0a32
Make (most) command handlers static.

Now that the array of commands for para_server and para_audiod are
read from a header file, the command handlers can be made static if
they are in the same file that defines the command array.

This patch makes all such handlers static and tweaks command_util.sh
to recognize also static functions.
audiod_command.c
command.c
command_util.sh