diff options
author | ed <ed@FreeBSD.org> | 2011-11-06 08:16:24 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-11-06 08:16:24 +0000 |
commit | 809f85b51a27a80a0a248932e28f53e33b63b476 (patch) | |
tree | 99f93f6483e7694e9572f6c1f41c3cc54a101b69 /usr.bin/pr/extern.h | |
parent | 4b5bea4fc77c7da89713df062e8d25c471e45fcd (diff) | |
download | FreeBSD-src-809f85b51a27a80a0a248932e28f53e33b63b476.zip FreeBSD-src-809f85b51a27a80a0a248932e28f53e33b63b476.tar.gz |
Add missing static keywords to pr(1)
Diffstat (limited to 'usr.bin/pr/extern.h')
-rw-r--r-- | usr.bin/pr/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/pr/extern.h b/usr.bin/pr/extern.h index da552c0..c39e18f 100644 --- a/usr.bin/pr/extern.h +++ b/usr.bin/pr/extern.h @@ -38,7 +38,9 @@ * $FreeBSD$ */ +extern int eopterr; extern int eoptind; +extern int eoptopt; extern char *eoptarg; void addnum(char *, int, int); |