related: adapt to changes in 'context' structure names

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2016-07-21 00:00:00 -05:00
committed by Craig Small
parent 82d5661603
commit d7cbf3448f
13 changed files with 30 additions and 29 deletions

View File

@ -59,9 +59,9 @@
return 0; \
} }
extern struct procps_pidsinfo *Pids_info;
extern enum pids_item *Pids_items;
extern int Pids_index;
extern struct pids_info *Pids_info;
extern enum pids_item *Pids_items;
extern int Pids_index;
// most of these need not be extern, they're unique to output.c
// (but for future flexibility the easiest path has been taken)