summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
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 */