Lots of code reorganization. Move all protocol commands to commands.c
commitb799934b2e3c5730447b1ee14b9cfadbb89e1788
authorBen Kibbey <bjk@luxsci.net>
Tue, 2 Jan 2007 02:41:14 +0000 (1 21:41 -0500)
committerBen Kibbey <bjk@luxsci.net>
Tue, 2 Jan 2007 02:41:14 +0000 (1 21:41 -0500)
treee4ea2cd6a81b0d246d019ada97531051e61ea04f
parent9b90c1b53596c5d40a6f273494776737d4669833
Lots of code reorganization. Move all protocol commands to commands.c
and pass each command a (struct client_s) and (char **) for the
request.
src/Makefile.am
src/commands.c [new file with mode: 0644]
src/commands.h [copied from src/pwmd.h with 52% similarity]
src/common.h [copied from src/pwmd.h with 81% similarity]
src/pwmd.c
src/pwmd.h