summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/fns.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-14 20:53:10 +0000
committerrsc <devnull@localhost>2005-03-14 20:53:10 +0000
commitd96da29b373306ea72f99d61e524e7337112652c (patch)
tree12e4761656f4a61044144041e767c52b538d2e6a /src/cmd/acme/fns.h
parent7551b2ec8b48e74f002ae14882f2e4f191ea0076 (diff)
downloadplan9port-d96da29b373306ea72f99d61e524e7337112652c.tar.gz
plan9port-d96da29b373306ea72f99d61e524e7337112652c.zip
Add $foo window names back to acme, enabled with -'$'.
See the comment in wind.c about why this isn't the right solution.
Diffstat (limited to 'src/cmd/acme/fns.h')
-rw-r--r--src/cmd/acme/fns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/acme/fns.h b/src/cmd/acme/fns.h
index 74a381e2..23a52228 100644
--- a/src/cmd/acme/fns.h
+++ b/src/cmd/acme/fns.h
@@ -96,6 +96,9 @@ void startplumbing(void);
Runestr runestr(Rune*, uint);
Range range(int, int);
+int expandenv(Rune**, uint*);
+int abbrevenv(Rune**, uint*);
+
#define runemalloc(a) (Rune*)emalloc((a)*sizeof(Rune))
#define runerealloc(a, b) (Rune*)erealloc((a), (b)*sizeof(Rune))
#define runemove(a, b, c) memmove((a), (b), (c)*sizeof(Rune))