diff 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
line wrap: on
line diff
--- a/th_ioctx.h	Thu Mar 05 00:12:16 2020 +0200
+++ b/th_ioctx.h	Fri Mar 06 00:16:30 2020 +0200
@@ -115,6 +115,9 @@
 //
 // Basic I/O operations
 //
+int          thfopen(th_ioctx *ctx);
+void         thfclose(th_ioctx *ctx);
+
 int          thfreset(th_ioctx *ctx);
 int          thferror(th_ioctx *ctx);
 int          thfseek(th_ioctx *ctx, const off_t, const int whence);