You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
302 B
15 lines
302 B
#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:
|