Skip to content
Snippets Groups Projects

Knsupdate with libedit

Merged Daniel Salzman requested to merge knsupdate-libedit into master
Files
5
@@ -67,7 +67,7 @@ int cmd_zone(const char* lp, knsupdate_params_t *params);
* This way we could identify command byte-per-byte and
* cancel early if the next is lexicographically greater.
*/
const char* const knsupdate_cmd_array[] = {
const char* knsupdate_cmd_array[] = {
"\x3" "add",
"\x6" "answer",
"\x5" "class", /* {classname} */