summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-28 16:45:43 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-28 17:01:53 -0400
commit86bff6214df36816abf760b3ec742dfdb4d62566 (patch)
tree548e47c9b577aab13c1b4bacc469bbf83162d2ed /apps/plugin.h
parent78283bda64ee09502029cd2eee459fef1bd31385 (diff)
downloadrockbox-86bff6214df36816abf760b3ec742dfdb4d62566.tar.gz
rockbox-86bff6214df36816abf760b3ec742dfdb4d62566.zip
properties: Use talk_fullpath() for voicing directory names
Change-Id: Ib40c881e7b3053e7e4ef5c5adbe5c3bfec27efed
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
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 {
977#endif 977#endif
978 /* new stuff at the end, sort into place next time 978 /* new stuff at the end, sort into place next time
979 the API gets incompatible */ 979 the API gets incompatible */
980
981 int (*talk_fullpath)(const char* path, bool enqueue);
980}; 982};
981 983
982/* plugin header */ 984/* plugin header */