aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plugin_lib.h')
-rw-r--r--frontend/plugin_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h
index 53389d2..22ab285 100644
--- a/frontend/plugin_lib.h
+++ b/frontend/plugin_lib.h
@@ -39,6 +39,8 @@ struct rearmed_cbs {
extern const struct rearmed_cbs pl_rearmed_cbs;
+extern int pl_frame_interval;
+
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
#endif