]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found