From 817057bc3cebfb6c057f5d875ce0f1ffed89febd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Thu, 23 Dec 2004 15:56:51 +0000 Subject: Marked private functions G_GNUC_INTERNAL. * fsusage.c: (_glibtop_linux_get_fsusage_read_write): * glibtop_private.h: Marked private functions G_GNUC_INTERNAL. --- sysdeps/linux/glibtop_private.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/linux/glibtop_private.h') diff --git a/sysdeps/linux/glibtop_private.h b/sysdeps/linux/glibtop_private.h index 5b9e69b6..66c426b2 100644 --- a/sysdeps/linux/glibtop_private.h +++ b/sysdeps/linux/glibtop_private.h @@ -67,17 +67,17 @@ skip_line (const char *p) } -unsigned long long +unsigned long long G_GNUC_INTERNAL get_scaled(const char *buffer, const char *key); /* aborts on error */ -void +void G_GNUC_INTERNAL file_to_buffer(glibtop *server, char *buffer, const char *filename); /* return < 0 on error, otherwise 0 on success */ -int -try_file_to_buffer(char *buffer, const char *format, ...); +int G_GNUC_INTERNAL +try_file_to_buffer(char *buffer, const char *format, ...) G_GNUC_PRINTF(2, 3); /* some inline functions that wrap proc path -- cgit v1.2.1