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