summaryrefslogtreecommitdiff
path: root/sysdeps/linux/glibtop_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/linux/glibtop_private.h')
-rw-r--r--sysdeps/linux/glibtop_private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/linux/glibtop_private.h b/sysdeps/linux/glibtop_private.h
index fc6a1c6c..a207d7d4 100644
--- a/sysdeps/linux/glibtop_private.h
+++ b/sysdeps/linux/glibtop_private.h
@@ -111,6 +111,12 @@ proc_stat_after_cmd (char *p)
*p++ = '\0';
return p;
}
+
+
+unsigned long
+get_boot_time(glibtop *server) G_GNUC_INTERNAL;
+
+
G_END_DECLS
#endif /* __LINUX__GLIBTOP_PRIVATE_H__ */