2013-10-16 14:59:46 -07:00
|
|
|
// Copyright (c) 2013, Facebook, Inc. All rights reserved.
|
|
|
|
// This source code is licensed under the BSD-style license found in the
|
|
|
|
// LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
// of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
//
|
2013-10-04 22:32:05 -07:00
|
|
|
#pragma once
|
2013-10-03 21:49:15 -07:00
|
|
|
namespace rocksdb {
|
2013-05-21 11:37:06 -07:00
|
|
|
|
|
|
|
extern std::vector<std::string> stringSplit(std::string arg, char delim);
|
|
|
|
|
|
|
|
}
|