• Max Kellermann's avatar
    command: added command_success() and command_error() · 54371add
    Max Kellermann authored
    These two functions take a client struct instead of the file
    descriptor.  We will now begin passing the client struct around
    instead of a raw file descriptor (which needed a linear lookup in the
    client list to be useful).
    54371add
command.h 1.52 KB