summaryrefslogtreecommitdiff
path: root/includes/dt_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dt_util.h')
-rw-r--r--includes/dt_util.h1
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