Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2cf2d4f7df60196cbea6834c744a670db511c8d5
/
.
/
Tests
/
IncludeDirectories
/
SystemIncludeDirectories
/
upstream.h
blob: 3daf69eb6ca332ecf60f59893969dd319f42d381 [
file
]
#ifndef
UPSTREAM_H
#define
UPSTREAM_H
#include
<systemlib.h>
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
upstream
();
#endif