]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Reduce scope of struct server_command.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 13 Jan 2015 23:00:05 +0000 (00:00 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 12 Aug 2015 21:23:47 +0000 (23:23 +0200)
commit7f4c8ebb15388f1ffde4bc2dd956f11522797a95
tree785e278d557c9eef0d0a6a7e5e99e43373ff880c
parent0806c6f0f2dc341deea1520034420ceadb116082
server: Reduce scope of struct server_command.

This structure is only needed in command.c, so we can make it local
to this file. As structures defined in .c files are not included
in doxygen, the reference to struct server_command in server.h must
be removed.
command.c
command.h
server.c