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