tag/handler: use CamelCase

This commit is contained in:
Max Kellermann
2016-02-22 17:38:06 +01:00
parent cc5443c38e
commit a5f8fd774d
48 changed files with 110 additions and 108 deletions

View File

@@ -148,7 +148,7 @@ print_pair(const char *key, const char *value, void *ctx)
r.Format("%s: %s\n", key, value);
}
static constexpr tag_handler print_comment_handler = {
static constexpr TagHandler print_comment_handler = {
nullptr,
nullptr,
print_pair,

View File

@@ -168,7 +168,7 @@ handle_listfiles(Client &client, Request args, Response &r)
gcc_unreachable();
}
static constexpr tag_handler print_tag_handler = {
static constexpr TagHandler print_tag_handler = {
nullptr,
print_tag,
nullptr,