patch-2.4.7 linux/include/linux/nls.h

Next file: linux/include/linux/ntfs_fs_i.h
Previous file: linux/include/linux/netlink.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/include/linux/nls.h linux/include/linux/nls.h
@@ -1,3 +1,6 @@
+#ifndef _LINUX_NLS_H
+#define _LINUX_NLS_H
+
 #include <linux/init.h>
 
 /* unicode character */
@@ -28,3 +31,6 @@
 extern int utf8_mbstowcs(wchar_t *, const __u8 *, int);
 extern int utf8_wctomb(__u8 *, wchar_t, int);
 extern int utf8_wcstombs(__u8 *, const wchar_t *, int);
+
+#endif /* _LINUX_NLS_H */
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)