Files
scylladb/api/storage_service.hh
Avi Kivity b3b553821f Merge branch 'master' of github.com:cloudius-systems/seastar into db
Contains patch from Amnon to update the calls to http set_routes().
2015-04-26 13:16:35 +03:00

17 lines
229 B
C++

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