From 2202ad4a729482d1130c55733f4ce4f4d0bc0c52 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 25 Aug 1995 22:56:31 +0000 Subject: (ps_std_fmt_specs): Declare extern. --- libps/ps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libps/ps.h b/libps/ps.h index f85a6914..dc1bb0ef 100644 --- a/libps/ps.h +++ b/libps/ps.h @@ -542,7 +542,7 @@ struct ps_fmt_spec /* An array of struct ps_fmt_spec, suitable for use with find_ps_fmt_spec, containing specs for most values in a proc_stat_t. */ -struct ps_fmt_spec ps_std_fmt_specs[]; +extern struct ps_fmt_spec ps_std_fmt_specs[]; /* Searches for a spec called NAME in SPECS (an array of struct ps_fmt_spec) and returns it if found, otherwise NULL. */ -- cgit v1.2.3