libcw/cwIoTest.h

14 lines
125 B
C++

#ifndef cwIoTest_H
#define cwIoTest_H
namespace cw
{
namespace io
{
rc_t test( const object_t* cfg);
}
}
#endif