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}
static struct rt_context_t ctx_t
Definition rt_context.c:124
rt_message_handler info
Definition rt_context.c:119

References ctx_t, and rt_context_t::info.