]> granicus.if.org Git - sysstat/blobdiff - raw_stats.h
sa_common.c: Remove some dead code
[sysstat] / raw_stats.h
index 83ed347dee7cbc1552d4b7048383e83722672ddc..6bd8645a6fd995fba6e3e4cabc7d9cb8fdda33d1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * raw_stats.h: Include file used to display statistics in raw format.
- * (C) 1999-2018 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2020 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _RAW_STATS_H
@@ -92,5 +92,11 @@ __print_funct_t raw_print_fchost_stats
        (struct activity *, char *, int);
 __print_funct_t raw_print_softnet_stats
        (struct activity *, char *, int);
+__print_funct_t raw_print_psicpu_stats
+       (struct activity *, char *, int);
+__print_funct_t raw_print_psiio_stats
+       (struct activity *, char *, int);
+__print_funct_t raw_print_psimem_stats
+       (struct activity *, char *, int);
 
 #endif /* _RAW_STATS_H */