• Max Kellermann's avatar
    command: converted COMMAND_RETURN_* macros to enum · d4f3c090
    Max Kellermann authored
    Also add names for "error" and "ok".  I don't like passing anonymous
    integer codes around.
    
    This is not yet complete: lots of functions (e.g. in playlist.c)
    follow the same convention of -1/0, and these have to be adapted, too.
    d4f3c090
command.h 1.47 KB