blob: 0aa8086b49f70cf5fe2919988cd766f8a5981ee9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
int GetJobFirstOutputTableFD();
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT
|