summaryrefslogtreecommitdiff
path: root/lib/libc/hidden/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/hidden/uuid.h')
-rw-r--r--lib/libc/hidden/uuid.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/libc/hidden/uuid.h b/lib/libc/hidden/uuid.h
new file mode 100644
index 00000000000..59b74a406d0
--- /dev/null
+++ b/lib/libc/hidden/uuid.h
@@ -0,0 +1,36 @@
+/* $OpenBSD: uuid.h,v 1.1 2015/09/13 11:36:16 guenther Exp $ */
+/*
+ * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#ifndef _LIBC_UUID_H_
+#define _LIBC_UUID_H_
+
+#include_next <uuid.h>
+
+PROTO_DEPRECATED(uuid_compare);
+PROTO_DEPRECATED(uuid_create);
+PROTO_NORMAL(uuid_create_nil);
+PROTO_DEPRECATED(uuid_dec_be);
+PROTO_DEPRECATED(uuid_dec_le);
+PROTO_DEPRECATED(uuid_enc_be);
+PROTO_DEPRECATED(uuid_enc_le);
+PROTO_DEPRECATED(uuid_equal);
+PROTO_DEPRECATED(uuid_from_string);
+PROTO_DEPRECATED(uuid_hash);
+PROTO_NORMAL(uuid_is_nil);
+PROTO_DEPRECATED(uuid_to_string);
+
+#endif /* !_LIBC_UUID_H_ */