summaryrefslogtreecommitdiff
path: root/sys/isofs/udf/udf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isofs/udf/udf.h')
-rw-r--r--sys/isofs/udf/udf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/isofs/udf/udf.h b/sys/isofs/udf/udf.h
index b9aba264183..071fd7a37ff 100644
--- a/sys/isofs/udf/udf.h
+++ b/sys/isofs/udf/udf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: udf.h,v 1.1 2005/03/29 17:24:52 pedro Exp $ */
+/* $OpenBSD: udf.h,v 1.2 2006/01/14 19:04:17 miod Exp $ */
/*
* Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org>
@@ -134,3 +134,5 @@ int udf_hashlookup(struct udf_mnt *, ino_t, int, struct vnode **);
int udf_hashins(struct udf_node *);
int udf_hashrem(struct udf_node *);
int udf_checktag(struct desc_tag *, uint16_t);
+
+typedef uint16_t unicode_t;