summaryrefslogtreecommitdiff
path: root/libps/ps.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-08-25 22:56:31 +0000
committerMiles Bader <miles@gnu.org>1995-08-25 22:56:31 +0000
commit2202ad4a729482d1130c55733f4ce4f4d0bc0c52 (patch)
tree5b4d854448b7f9a3798f4435de51e6de236f5701 /libps/ps.h
parent02c679f4d19c6fe8d9692779fe9c573efac307cc (diff)
(ps_std_fmt_specs): Declare extern.
Diffstat (limited to 'libps/ps.h')
-rw-r--r--libps/ps.h2
1 files changed, 1 insertions, 1 deletions
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. */