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