diff options
Diffstat (limited to 'usr/src/cmd/dumpadm/dconf.h')
| -rw-r--r-- | usr/src/cmd/dumpadm/dconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/dumpadm/dconf.h b/usr/src/cmd/dumpadm/dconf.h index a74e0a0c20..1db705dc58 100644 --- a/usr/src/cmd/dumpadm/dconf.h +++ b/usr/src/cmd/dumpadm/dconf.h @@ -19,8 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. */ #ifndef _DCONF_H @@ -71,6 +70,7 @@ extern int dconf_close(dumpconf_t *); extern int dconf_write(dumpconf_t *); extern int dconf_update(dumpconf_t *, int); extern void dconf_print(dumpconf_t *, FILE *); +extern int dconf_write_uuid(dumpconf_t *); extern int dconf_str2device(dumpconf_t *, char *); extern int dconf_str2savdir(dumpconf_t *, char *); |
