/* * Copyright 2015 Cloudius Systems */ #pragma once #include "api.hh" namespace api { void set_storage_proxy(http_context& ctx, routes& r); }