libcw/cwFlowTest.h

10 lines
117 B
C
Raw Normal View History

namespace cw
{
namespace flow
{
rc_t test( const object_t* cfg, int argc, const char* argv[] );
}
}