protocol/ArgParser: add function MakeArgError()

Replaces FormatProtocolError().
This commit is contained in:
Max Kellermann
2021-05-27 15:59:38 +02:00
parent 78b0ff83e8
commit 792411384d
4 changed files with 25 additions and 42 deletions

View File

@@ -20,6 +20,7 @@
#include "TimePrint.hxx"
#include "client/Response.hxx"
#include "time/ISO8601.hxx"
#include "util/StringBuffer.hxx"
#include <fmt/format.h>