summaryrefslogtreecommitdiffstats
path: root/mp_fifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_fifo.h')
-rw-r--r--mp_fifo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mp_fifo.h b/mp_fifo.h
index 01c1fb0c37..aa7fde0f29 100644
--- a/mp_fifo.h
+++ b/mp_fifo.h
@@ -19,8 +19,11 @@
#ifndef MPLAYER_MP_FIFO_H
#define MPLAYER_MP_FIFO_H
+#include "bstr.h"
+
struct mp_fifo;
void mplayer_put_key(struct mp_fifo *fifo, int code);
+void mplayer_put_key_utf8(struct mp_fifo *fifo, int mods, struct bstr code);
// Can be freed with talloc_free()
struct input_ctx;
struct MPOpts;