// Copyright (c) 2013 Facebook. #pragma once namespace rocksdb { extern std::vector stringSplit(std::string arg, char delim); }