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

@@ -21,16 +21,17 @@
  */
 /*
  * 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
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 #ifdef  __cplusplus
 extern "C" {
 #endif
 
 /*

@@ -62,10 +63,12 @@
 /*
  * 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 */