diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/dt_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dt_util.h b/includes/dt_util.h index 62b215fc..5f2f3233 100644 --- a/includes/dt_util.h +++ b/includes/dt_util.h @@ -99,6 +99,7 @@ typedef struct { uint32_t clock_latency_ns; } dt_opp_range; +/* free result with g_free() */ dt_opp_range *dtr_get_opp_range(dtr *, const char *name); #endif |