usr/src/lib/libzpool/common/sys/zfs_context.h
changeset 4108 f12bcec19e0e
parent 3975 6674f5d79069
child 4451 24fbf2d7a5d7
--- a/usr/src/lib/libzpool/common/sys/zfs_context.h	Wed Apr 25 12:50:34 2007 -0700
+++ b/usr/src/lib/libzpool/common/sys/zfs_context.h	Wed Apr 25 13:06:37 2007 -0700
@@ -432,10 +432,6 @@
 extern int ddi_strtoul(const char *str, char **nptr, int base,
     unsigned long *result);
 
-#ifdef	__cplusplus
-}
-#endif
-
 /* ZFS Boot Related stuff. */
 
 struct _buf {
@@ -452,4 +448,8 @@
 extern void kobj_close_file(struct _buf *file);
 extern int kobj_get_filesize(struct _buf *file, uint64_t *size);
 
+#ifdef	__cplusplus
+}
+#endif
+
 #endif	/* _SYS_ZFS_CONTEXT_H */