Add two new UUID helper functions to libc, uuid_name_lookup() and
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 07:35:12 +0000 (07:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 07:35:12 +0000 (07:35 +0000)
commite2427cb71d758d85128a956fc2088a99b7af5cc3
tree4966c0ecdd9af3ad4612f68a166887153240b4b1
parent6b7080ff7588899e8d0de3df15053099a144510b
Add two new UUID helper functions to libc, uuid_name_lookup() and
uuid_addr_lookup().  These functions convert UUIDs to and from symbolic
names via the files /etc/uuids and /etc/uuids.local.
include/uuid.h
lib/libc/uuid/Makefile.inc
lib/libc/uuid/uuid.3
lib/libc/uuid/uuid_name_lookup.c [new file with mode: 0644]