Print this page
3946 ::gcore
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>

*** 21,36 **** */ /* * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _PUTIL_H #define _PUTIL_H - #pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif /* --- 21,37 ---- */ /* * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ + /* + * Copyright (c) 2013 by Delphix. All rights reserved. + */ #ifndef _PUTIL_H #define _PUTIL_H #ifdef __cplusplus extern "C" { #endif /*
*** 62,71 **** --- 63,74 ---- /* * Routine to print debug messages: */ extern void dprintf(const char *, ...); + extern void Pinit_ops(ps_ops_t *, const ps_ops_t *); + #ifdef __cplusplus } #endif #endif /* _PUTIL_H */