summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-06 20:21:47 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-06 20:21:47 +0000
commit562b4c02507bd0c452d9229307892f9c41a9c555 (patch)
treea33b2f0e02aa1848f1243fb6999d497353ba27cd /bin/ps/extern.h
parente5b172f462d498835247f250a9e0a4b975c7681d (diff)
downloadFreeBSD-src-562b4c02507bd0c452d9229307892f9c41a9c555.zip
FreeBSD-src-562b4c02507bd0c452d9229307892f9c41a9c555.tar.gz
SUSv3 conform on the "comm" and "args" formats, and make correct the "command"
format, since it's BSDlike, and "comm" is actually different.
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index ecb86f0..2ea5724 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -45,6 +45,7 @@ extern int sumrusage, termwidth, totwidth;
extern VARENT *vhead;
__BEGIN_DECLS
+void arguments(KINFO *, VARENT *);
void command(KINFO *, VARENT *);
void cputime(KINFO *, VARENT *);
int donlist(void);
OpenPOWER on IntegriCloud