summaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools.h b/src/tools.h
index de06cb3..e64b37e 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -25,5 +25,8 @@
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
#define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f))
+void media_print_streampos(struct media_device *media, const char *p,
+ const char *end);
+
#endif /* __TOOLS_H__ */