aboutsummaryrefslogtreecommitdiffstats
path: root/lib/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/convert.h')
-rw-r--r--lib/convert.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/convert.h b/lib/convert.h
new file mode 100644
index 0000000..f869f2b
--- /dev/null
+++ b/lib/convert.h
@@ -0,0 +1,5 @@
+/* Copyright 2012 Dietrich Epp <depp@zdome.net> */
+#pragma once
+#include "defs.h"
+
+void lfr_swap16(void *dest, const void *src, size_t count);