sapling/eden/scm/lib/hostcaps/hostcaps.h
Stefan Filip 6e262c3b79 lib: hoist hostcaps to the top level of the lib directory
Summary:
We want to use it in Mercurial and the directory structure was playing bad
with Mononoke's OSS build.

Reviewed By: xavierd

Differential Revision: D27684642

fbshipit-source-id: 8827645eee58fa671f9c9e1964a34c34e3a8eeb6
2021-04-13 10:42:45 -07:00

14 lines
309 B
C

/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2.
*/
#pragma once
// @dep=//eden/scm/lib/hostcaps:hostcaps
extern "C" bool eden_is_prod();
extern "C" bool eden_has_servicerouter();