summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 9616628e90..d47cf031ff 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -836,6 +836,7 @@ struct plugin_api {
836 const char *appsversion; 836 const char *appsversion;
837 /* new stuff at the end, sort into place next time 837 /* new stuff at the end, sort into place next time
838 the API gets incompatible */ 838 the API gets incompatible */
839 int (*dsp_flush_limiter_buffer)(char *dest);
839}; 840};
840 841
841/* plugin header */ 842/* plugin header */