From f92d7f9ee7ec45dd6d26930c7898e22a437f4fd0 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 6 Jun 1998 18:41:08 +0000 Subject: [PATCH] Changed declaration. 1998-06-06 Martin Baulig * include/glibtop/*.h (glibtop_types_*): Changed declaration. --- include/glibtop/cpu.h | 2 +- include/glibtop/mem.h | 2 +- include/glibtop/msg_limits.h | 2 +- include/glibtop/prockernel.h | 2 +- include/glibtop/proclist.h | 2 +- include/glibtop/procmem.h | 2 +- include/glibtop/procsegment.h | 2 +- include/glibtop/procsignal.h | 2 +- include/glibtop/procstate.h | 2 +- include/glibtop/proctime.h | 2 +- include/glibtop/procuid.h | 2 +- include/glibtop/sem_limits.h | 2 +- include/glibtop/shm_limits.h | 2 +- include/glibtop/swap.h | 2 +- include/glibtop/uptime.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/include/glibtop/cpu.h b/include/glibtop/cpu.h index 323fbbaf..cf164833 100644 --- a/include/glibtop/cpu.h +++ b/include/glibtop/cpu.h @@ -89,7 +89,7 @@ extern SCM glibtop_guile_descriptions_cpu __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_cpu []; -extern const char *glibtop_types_cpu []; +extern const unsigned glibtop_types_cpu []; extern const char *glibtop_labels_cpu []; extern const char *glibtop_descriptions_cpu []; diff --git a/include/glibtop/mem.h b/include/glibtop/mem.h index b36b626a..9f90bb27 100644 --- a/include/glibtop/mem.h +++ b/include/glibtop/mem.h @@ -93,7 +93,7 @@ extern SCM glibtop_guile_descriptions_mem __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_mem []; -extern const char *glibtop_types_mem []; +extern const unsigned glibtop_types_mem []; extern const char *glibtop_labels_mem []; extern const char *glibtop_descriptions_mem []; diff --git a/include/glibtop/msg_limits.h b/include/glibtop/msg_limits.h index 648f0905..6199265e 100644 --- a/include/glibtop/msg_limits.h +++ b/include/glibtop/msg_limits.h @@ -91,7 +91,7 @@ extern SCM glibtop_guile_descriptions_msg_limits __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_msg_limits []; -extern const char *glibtop_types_msg_limits []; +extern const unsigned glibtop_types_msg_limits []; extern const char *glibtop_labels_msg_limits []; extern const char *glibtop_descriptions_msg_limits []; diff --git a/include/glibtop/prockernel.h b/include/glibtop/prockernel.h index 3f035c31..dbec0f0c 100644 --- a/include/glibtop/prockernel.h +++ b/include/glibtop/prockernel.h @@ -99,8 +99,8 @@ extern SCM glibtop_guile_descriptions_proc_kernel __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ -extern const char *glibtop_types_proc_kernel []; extern const char *glibtop_names_proc_kernel []; +extern const unsigned glibtop_types_proc_kernel []; extern const char *glibtop_labels_proc_kernel []; extern const char *glibtop_descriptions_proc_kernel []; diff --git a/include/glibtop/proclist.h b/include/glibtop/proclist.h index 4d3dba24..24026b6d 100644 --- a/include/glibtop/proclist.h +++ b/include/glibtop/proclist.h @@ -83,7 +83,7 @@ extern SCM glibtop_guile_descriptions_proclist __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_proclist []; -extern const char *glibtop_types_proclist []; +extern const unsigned glibtop_types_proclist []; extern const char *glibtop_labels_proclist []; extern const char *glibtop_descriptions_proclist []; diff --git a/include/glibtop/procmem.h b/include/glibtop/procmem.h index f8ae77b7..9d787966 100644 --- a/include/glibtop/procmem.h +++ b/include/glibtop/procmem.h @@ -93,7 +93,7 @@ extern SCM glibtop_guile_descriptions_proc_mem __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_proc_mem []; -extern const char *glibtop_types_proc_mem []; +extern const unsigned glibtop_types_proc_mem []; extern const char *glibtop_labels_proc_mem []; extern const char *glibtop_descriptions_proc_mem []; diff --git a/include/glibtop/procsegment.h b/include/glibtop/procsegment.h index 574b60b3..76e419c7 100644 --- a/include/glibtop/procsegment.h +++ b/include/glibtop/procsegment.h @@ -93,8 +93,8 @@ extern SCM glibtop_guile_descriptions_proc_segment __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ -extern const char *glibtop_types_proc_segment []; extern const char *glibtop_names_proc_segment []; +extern const unsigned glibtop_types_proc_segment []; extern const char *glibtop_labels_proc_segment []; extern const char *glibtop_descriptions_proc_segment []; diff --git a/include/glibtop/procsignal.h b/include/glibtop/procsignal.h index c7257c9a..f09b6047 100644 --- a/include/glibtop/procsignal.h +++ b/include/glibtop/procsignal.h @@ -87,7 +87,7 @@ extern SCM glibtop_guile_descriptions_proc_signal __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_proc_signal []; -extern const char *glibtop_types_proc_signal []; +extern const unsigned glibtop_types_proc_signal []; extern const char *glibtop_labels_proc_signal []; extern const char *glibtop_descriptions_proc_signal []; diff --git a/include/glibtop/procstate.h b/include/glibtop/procstate.h index 7217b6b2..d62c64e4 100644 --- a/include/glibtop/procstate.h +++ b/include/glibtop/procstate.h @@ -94,7 +94,7 @@ extern SCM glibtop_guile_descriptions_proc_state __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_proc_state []; -extern const char *glibtop_types_proc_state []; +extern const unsigned glibtop_types_proc_state []; extern const char *glibtop_labels_proc_state []; extern const char *glibtop_descriptions_proc_state []; diff --git a/include/glibtop/proctime.h b/include/glibtop/proctime.h index 245afc6e..9bbe6597 100644 --- a/include/glibtop/proctime.h +++ b/include/glibtop/proctime.h @@ -99,7 +99,7 @@ extern SCM glibtop_guile_descriptions_proc_time __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_proc_time []; -extern const char *glibtop_types_proc_time []; +extern const unsigned glibtop_types_proc_time []; extern const char *glibtop_labels_proc_time []; extern const char *glibtop_descriptions_proc_time []; diff --git a/include/glibtop/procuid.h b/include/glibtop/procuid.h index 40de660e..12cbe5d7 100644 --- a/include/glibtop/procuid.h +++ b/include/glibtop/procuid.h @@ -103,7 +103,7 @@ extern SCM glibtop_guile_descriptions_proc_uid __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_proc_uid []; -extern const char *glibtop_types_proc_uid []; +extern const unsigned glibtop_types_proc_uid []; extern const char *glibtop_labels_proc_uid []; extern const char *glibtop_descriptions_proc_uid []; diff --git a/include/glibtop/sem_limits.h b/include/glibtop/sem_limits.h index 8a591a68..50118802 100644 --- a/include/glibtop/sem_limits.h +++ b/include/glibtop/sem_limits.h @@ -97,7 +97,7 @@ extern SCM glibtop_guile_descriptions_sem_limits __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_sem_limits []; -extern const char *glibtop_types_sem_limits []; +extern const unsigned glibtop_types_sem_limits []; extern const char *glibtop_labels_sem_limits []; extern const char *glibtop_descriptions_sem_limits []; diff --git a/include/glibtop/shm_limits.h b/include/glibtop/shm_limits.h index 8d996e27..df270868 100644 --- a/include/glibtop/shm_limits.h +++ b/include/glibtop/shm_limits.h @@ -87,7 +87,7 @@ extern SCM glibtop_guile_descriptions_shm_limits __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_shm_limits []; -extern const char *glibtop_types_shm_limits []; +extern const unsigned glibtop_types_shm_limits []; extern const char *glibtop_labels_shm_limits []; extern const char *glibtop_descriptions_shm_limits []; diff --git a/include/glibtop/swap.h b/include/glibtop/swap.h index 4ee5564d..396f940a 100644 --- a/include/glibtop/swap.h +++ b/include/glibtop/swap.h @@ -83,7 +83,7 @@ extern SCM glibtop_guile_descriptions_swap __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_swap []; -extern const char *glibtop_types_swap []; +extern const unsigned glibtop_types_swap []; extern const char *glibtop_labels_swap []; extern const char *glibtop_descriptions_swap []; diff --git a/include/glibtop/uptime.h b/include/glibtop/uptime.h index aa3be951..99fe9290 100644 --- a/include/glibtop/uptime.h +++ b/include/glibtop/uptime.h @@ -81,7 +81,7 @@ extern SCM glibtop_guile_descriptions_uptime __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_uptime []; -extern const char *glibtop_types_uptime []; +extern const unsigned glibtop_types_uptime []; extern const char *glibtop_labels_uptime []; extern const char *glibtop_descriptions_uptime [];