summaryrefslogtreecommitdiff
path: root/include/script_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/script_handler.h')
-rw-r--r--include/script_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/script_handler.h b/include/script_handler.h
index ee6ec8b..d3d6adf 100644
--- a/include/script_handler.h
+++ b/include/script_handler.h
@@ -25,6 +25,7 @@ extern int script_handler_parse_desc(const char *pkgname, const char *filename,
extern int script_handler_unload(struct script_info *info, int is_pd);
extern int script_handler_load(struct script_info *info, int is_pd);
extern int script_handler_is_loaded(struct script_info *info);
+extern int script_handler_feed_event(struct script_info *info, int event, double timestamp);
extern int script_init(void);
extern int script_fini(void);