diff options
author | Miles Bader <miles@gnu.org> | 1995-08-25 22:56:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-25 22:56:31 +0000 |
commit | 2202ad4a729482d1130c55733f4ce4f4d0bc0c52 (patch) | |
tree | 5b4d854448b7f9a3798f4435de51e6de236f5701 /libps/ps.h | |
parent | 02c679f4d19c6fe8d9692779fe9c573efac307cc (diff) |
(ps_std_fmt_specs): Declare extern.
Diffstat (limited to 'libps/ps.h')
-rw-r--r-- | libps/ps.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |