]> git.proxmox.com Git - ceph.git/blame - ceph/src/Beast/examples/urls_large_data.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / Beast / examples / urls_large_data.hpp
CommitLineData
7c673cae
FG
1//
2// Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
3//
4// Distributed under the Boost Software License, Version 1.0. (See accompanying
5// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6//
7
8#ifndef URLS_LARGE_DATA_H_INCLUDED
9#define URLS_LARGE_DATA_H_INCLUDED
10
11#include <vector>
12
13std::vector<char const*> const&
14urls_large_data();
15
16#endif