libcw/cwFlowTest.h

10 lines
96 B
C++

namespace cw
{
namespace flow
{
rc_t test( const test::test_args_t& args );
}
}