summaryrefslogtreecommitdiff
path: root/include/kitchensink/internal/utils/kithelpers.h
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2018-01-15 20:04:09 +0200
committerTuomas Virtanen <katajakasa@gmail.com>2018-01-15 20:04:09 +0200
commiteace70f1c1c7ba7339713666a76213acf1125202 (patch)
treea13d1468406644b91e3bc50bc139ebc32cda2e90 /include/kitchensink/internal/utils/kithelpers.h
parent2267d51d2b402c377a21bf03be6fc51b251f063b (diff)
Dump reorganized code
Diffstat (limited to 'include/kitchensink/internal/utils/kithelpers.h')
-rw-r--r--include/kitchensink/internal/utils/kithelpers.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/kitchensink/internal/utils/kithelpers.h b/include/kitchensink/internal/utils/kithelpers.h
new file mode 100644
index 0000000..5b94a7a
--- /dev/null
+++ b/include/kitchensink/internal/utils/kithelpers.h
@@ -0,0 +1,11 @@
+#ifndef KITHELPERS_H
+#define KITHELPERS_H
+
+#include <stdbool.h>
+#include <libavformat/avformat.h>
+#include "kitchensink/kitconfig.h"
+
+KIT_LOCAL double _GetSystemTime();
+KIT_LOCAL bool attachment_is_font(AVStream *stream);
+
+#endif // KITHELPERS_H