trio.h
302 Bytes
#ifndef __TR_IO_H__
#define __TR_IO_H__
#include "tr/socket.h"
#include "tr/remote_data.h"
#include "tr/stream.h"
#include "tr/interface/socket.h"
#include "tr/interface/reader.h"
#include "tr/interface/writer.h"
const char * const TR_io_version(void);
#endif // __TR_IO_H__
// vim: set ts=4 sw=4: