aboutsummaryrefslogtreecommitdiffstats
path: root/configutil/src/lib/tags.h
blob: b33c6fcefd9116407be8ad47c821582a05043e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2017 Yahoo Holdings. 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);

}