/* * Copyright (c) 2000 by Sun Microsystems, Inc. * All rights reserved. */ #ifndef _LIBNVP_H #define _LIBNVP_H #pragma ident "@(#)libnvpair.h 1.1 00/07/14 SMI" #include #include #include #ifdef __cplusplus extern "C" { #endif void nvlist_print(FILE *fp, nvlist_t *nvl); #ifdef __cplusplus } #endif #endif /* _LIBNVP_H */