]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/ucs2_to_utf8.h
normalize file headers across **/*.{h,c}
[i3/i3] / i3bar / include / ucs2_to_utf8.h
index 2fb3862a16de8891fb5761fca978d0b9f8e9c228..a77ed20eaf056f0670c38e3745a839b1e2068bab 100644 (file)
@@ -1 +1,15 @@
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ * ucs2_to_utf8.c: Converts between UCS-2 and UTF-8, both of which are used in
+ *                 different contexts in X11.
+ */
+#ifndef _UCS2_TO_UTF8
+#define _UCS2_TO_UTF8
+
 char *convert_utf8_to_ucs2(char *input, int *real_strlen);
+
+#endif