http://git.agentoocat.i2p/AGentooCat/djbooth.old/commit/3ae21fbc57c8d1a1707f00da974f3491be432833
strcmp(str, x)) ret = y CHECK ( " ping " , Ping ) ; CHECK ( " list profiles " , ListProfiles ) ; CHECK ( " list mountpoints " , ListMountpoints ) ; CHECK ( " list songs " , ListSongs ) ; return ret ; } 3 src/command.h Unescape Escape View file @ -3,6 +3,9 @@ enum CommandID { Ping , ListProfiles , ListMountpoints , ListSongs , Unknown } ; 7 src/daemon.c Unescape Escape View file @ -150,6 +150,13 @@ int djbooth_daemon(int reporthere, struct Args *args) {...