aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/re2/util/strutil.h
blob: f5d87a53342c508d38ac221950a2febd1ab49aae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2016 The RE2 Authors.  All Rights Reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#ifndef UTIL_STRUTIL_H_
#define UTIL_STRUTIL_H_

#include <string>

namespace re2 {

void PrefixSuccessor(std::string* prefix);

}  // namespace re2

#endif  // UTIL_STRUTIL_H_