]> git.tuebingen.mpg.de Git - paraslash.git/commit
Move functions only needed by audiod from stat.c to audiod_command.c.
authorAndre Noll <maan@systemlinux.org>
Sun, 19 Jul 2009 13:07:28 +0000 (15:07 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 19 Jul 2009 13:07:28 +0000 (15:07 +0200)
commitc9c96581d5a29830f555079e861dcac8d48722d5
treedea1c3cfcc7b3e5b0aa66e103fe117973fd48bef
parentad6c68022eea0b0962855a2120cf242446bf10b9
Move functions only needed by audiod from stat.c to audiod_command.c.

This was 4 out of 5 and thus should decrease the size of executables for non-Linux
systems a bit as we don't use -fdata-sections -ffunction-sections and -Wl,--gc-sections
there.

Is also allows to remove some entries from para.h.
audiod.h
audiod_command.c
error.h
para.h
stat.c