summaryrefslogtreecommitdiffstats
path: root/configutil/src/lib/tags.h
blob: 11764fe7af1f8555fe1ff3a81e4d0e49e75c9d16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <vespa/vespalib/stllike/string.h>

namespace configdefinitions {

vespalib::string upcase(const vespalib::string &orig);
bool tagsContain(const vespalib::string &tags, const vespalib::string &tag);

}