summaryrefslogtreecommitdiff
path: root/sysdeps/linux/glibtop_private.h
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2005-07-05 23:05:20 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2005-07-05 23:05:20 +0000
commitb6a10fd8f70374b3a4feb64dd3f42f600676d241 (patch)
tree06e31f2e9365bfa73a9e9492326e17337cd496ff /sysdeps/linux/glibtop_private.h
parentefeca4a8654731cc091606ed773e00aacb4dd5da (diff)
downloadlibgtop-b6a10fd8f70374b3a4feb64dd3f42f600676d241.tar.gz
Made some checks solaris only.
* configure.in: Made some checks solaris only.
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__ */