PostGIS
3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
rtinfo()
void rtinfo
(
const char *
fmt
,
...
)
Definition at line
231
of file
rt_context.c
.
231
{
232
va_list ap;
233
234
va_start(ap, fmt);
235
236
/* Call the supplied function */
237
(*
ctx_t
.
info
)(fmt, ap);
238
239
va_end(ap);
240
}
ctx_t
static struct rt_context_t ctx_t
Definition
rt_context.c:124
rt_context_t::info
rt_message_handler info
Definition
rt_context.c:119
References
ctx_t
, and
rt_context_t::info
.
raster
rt_core
rt_context.c
Generated by
1.9.8