Files
scylladb/api/commitlog.hh
2015-07-22 18:03:42 +03:00

14 lines
146 B
C++

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