From 86bff6214df36816abf760b3ec742dfdb4d62566 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 28 Jul 2024 16:45:43 -0400 Subject: properties: Use talk_fullpath() for voicing directory names Change-Id: Ib40c881e7b3053e7e4ef5c5adbe5c3bfec27efed --- apps/plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 135a068898..af8a65c5de 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -977,6 +977,8 @@ struct plugin_api { #endif /* new stuff at the end, sort into place next time the API gets incompatible */ + + int (*talk_fullpath)(const char* path, bool enqueue); }; /* plugin header */ -- cgit v1.2.3