mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-29 09:36:17 +00:00
4463b11cad
Summary: Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. Test Plan: make check Reviewers: emayanke, haobo Reviewed By: haobo CC: leveldb Differential Revision: https://reviews.facebook.net/D13311
9 lines
144 B
C++
9 lines
144 B
C++
// Copyright (c) 2013 Facebook.
|
|
|
|
#pragma once
|
|
namespace rocksdb {
|
|
|
|
extern std::vector<std::string> stringSplit(std::string arg, char delim);
|
|
|
|
}
|