summaryrefslogtreecommitdiffstats
path: root/zfs/openzfs_sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'zfs/openzfs_sysctl.h')
-rw-r--r--zfs/openzfs_sysctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zfs/openzfs_sysctl.h b/zfs/openzfs_sysctl.h
index 1bc5d3e0..b49128e3 100644
--- a/zfs/openzfs_sysctl.h
+++ b/zfs/openzfs_sysctl.h
@@ -9,8 +9,8 @@ in the source distribution for its full text.
#include "zfs/ZfsArcStats.h"
-void openzfs_sysctl_init(ZfsArcStats *stats);
+void openzfs_sysctl_init(ZfsArcStats* stats);
-void openzfs_sysctl_updateArcStats(ZfsArcStats *stats);
+void openzfs_sysctl_updateArcStats(ZfsArcStats* stats);
#endif