Skip to content
  • Zachary T Welch's avatar
    add const keyword to some APIs · ca594adb
    Zachary T Welch authored
    Add 'const' keyword to 'char *' parameters to allow command handlers to
    pass constant string arguments.  These changes allow the 'args' command
    handler to be changed to 'const' in a subsequent patch.
    ca594adb