]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Reduce scope of struct audiod_command.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 13 Jan 2015 23:49:52 +0000 (00:49 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 12 Aug 2015 21:23:47 +0000 (23:23 +0200)
commit0806c6f0f2dc341deea1520034420ceadb116082
tree6f0b1b98c5ed38608ae3deb9f06bc150da2b3b9c
parent3d986bb96e80823bccb013b6d72abe22c4911d51
audiod: Reduce scope of struct audiod_command.

This structure is only used in audiod_command.c, so move the
declaration from audiod.h to audiod_command.c.
audiod.h
audiod_command.c