From 2179986eec35a9de3df77c5926380a9435edde0e Mon Sep 17 00:00:00 2001 From: Paolo Date: Mon, 22 Sep 2025 16:30:14 +0200 Subject: [PATCH] get_hostinfo cb within plugin_callbacks too --- templates/api/src/plugin_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/api/src/plugin_api.h b/templates/api/src/plugin_api.h index d313f91..b252ed4 100644 --- a/templates/api/src/plugin_api.h +++ b/templates/api/src/plugin_api.h @@ -26,6 +26,7 @@ typedef struct { const char * format; const char * (*get_bindir)(void *handle); const char * (*get_datadir)(void *handle); + const char * (*get_hostinfo)(void *handle); } plugin_callbacks; {{?it.product.state && it.product.state.dspCustom}}