summaryrefslogtreecommitdiffstats
path: root/bin/ed/ed.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-20 05:28:02 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-20 05:28:02 +0000
commit368a18f96bfd614efb90acc5c4dfdfdbb8b0d530 (patch)
tree6c06a46f9f50fe0b9cd3be183adb7706270215cc /bin/ed/ed.h
parent0c56b95c324d4cd1ff24935365b5c55175efce8e (diff)
downloadFreeBSD-src-368a18f96bfd614efb90acc5c4dfdfdbb8b0d530.zip
FreeBSD-src-368a18f96bfd614efb90acc5c4dfdfdbb8b0d530.tar.gz
We have a place for extern declarations of global variables in ed.h, do not
use main() to do it locally.
Diffstat (limited to 'bin/ed/ed.h')
-rw-r--r--bin/ed/ed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ed/ed.h b/bin/ed/ed.h
index 1a03bb1..aaa63f9 100644
--- a/bin/ed/ed.h
+++ b/bin/ed/ed.h
@@ -270,3 +270,5 @@ extern const char *errmsg;
extern long first_addr;
extern int lineno;
extern long second_addr;
+extern long u_addr_last;
+extern long u_current_addr;
OpenPOWER on IntegriCloud