comparison th_ioctx.h @ 686:dfc2c9f0577f

Add functions thfopen(ctx) and thfclose(ctx) to th_ioctx.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Mar 2020 00:16:30 +0200
parents 927772fb0745
children a622d21833e1
comparison
equal deleted inserted replaced
685:18b7c2c9f838 686:dfc2c9f0577f
113 113
114 114
115 // 115 //
116 // Basic I/O operations 116 // Basic I/O operations
117 // 117 //
118 int thfopen(th_ioctx *ctx);
119 void thfclose(th_ioctx *ctx);
120
118 int thfreset(th_ioctx *ctx); 121 int thfreset(th_ioctx *ctx);
119 int thferror(th_ioctx *ctx); 122 int thferror(th_ioctx *ctx);
120 int thfseek(th_ioctx *ctx, const off_t, const int whence); 123 int thfseek(th_ioctx *ctx, const off_t, const int whence);
121 off_t thfsize(th_ioctx *ctx); 124 off_t thfsize(th_ioctx *ctx);
122 off_t thftell(th_ioctx *ctx); 125 off_t thftell(th_ioctx *ctx);