diff options
Diffstat (limited to 'usr/src/cmd/svc/common/manifest_hash.h')
-rw-r--r-- | usr/src/cmd/svc/common/manifest_hash.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/svc/common/manifest_hash.h b/usr/src/cmd/svc/common/manifest_hash.h index e641fbdcd1..ec718b9c76 100644 --- a/usr/src/cmd/svc/common/manifest_hash.h +++ b/usr/src/cmd/svc/common/manifest_hash.h @@ -19,14 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _MANIFEST_HASH_H #define _MANIFEST_HASH_H -#pragma ident "%Z%%M% %I% %E% SMI" #include <sys/types.h> #include <libscf.h> @@ -50,7 +49,7 @@ extern "C" { #define MHASH_RECONCILED (1) #define MHASH_FAILURE (-1) -char *mhash_filename_to_propname(const char *); +char *mhash_filename_to_propname(const char *, boolean_t); int mhash_retrieve_entry(scf_handle_t *, const char *, uchar_t *); int mhash_store_entry(scf_handle_t *, const char *, uchar_t *, char **); int mhash_test_file(scf_handle_t *, const char *, uint_t, char **, uchar_t *); |