summaryrefslogtreecommitdiff
path: root/sysdeps/linux/glibtop_private.h
diff options
context:
space:
mode:
authorJames Dominic P. Guana <guana.histark@gmail.com>2020-05-26 10:57:48 +0800
committerRobert Roth <robert.roth.off@gmail.com>2020-11-04 13:38:03 +0000
commit9cbb3b91f11ad0c4944a1428d609201c054cffab (patch)
tree2456ecc117edf25ce43fecf625946a40e72007f6 /sysdeps/linux/glibtop_private.h
parent9e62440b314fbf87bbeca865a4223311314c52a3 (diff)
downloadlibgtop-9cbb3b91f11ad0c4944a1428d609201c054cffab.tar.gz
Handle LVM and RAID
Diffstat (limited to 'sysdeps/linux/glibtop_private.h')
-rw-r--r--sysdeps/linux/glibtop_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/linux/glibtop_private.h b/sysdeps/linux/glibtop_private.h
index d42ee669..66fed54c 100644
--- a/sysdeps/linux/glibtop_private.h
+++ b/sysdeps/linux/glibtop_private.h
@@ -61,8 +61,8 @@ skip_line (const char *p)
return (char *) (*p ? p+1 : p);
}
-int
-check_alphanumeric_word (const char *p);
+void
+get_from_pipe (char *buffer, const char *cmd)
/*
* Smart strtoul which handles binary suffixes