comparison th_ioctx_mem.c @ 772:1959ba53e9dc

Fix th_ioctx_t_ops -> th_ioctx_ops_t
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Feb 2023 23:36:33 +0200
parents c17eadc60c3d
children
comparison
equal deleted inserted replaced
771:c17eadc60c3d 772:1959ba53e9dc
237 } 237 }
238 return nmemb; 238 return nmemb;
239 } 239 }
240 240
241 241
242 const th_ioctx_t_ops th_mem_io_ops = 242 const th_ioctx_ops_t th_mem_io_ops =
243 { 243 {
244 "MemIO", 244 "MemIO",
245 245
246 th_mem_fopen, 246 th_mem_fopen,
247 th_mem_fclose, 247 th_mem_fclose,