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