aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/fns.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-04-17 16:04:19 -0400
committerRuss Cox <rsc@swtch.com>2008-04-17 16:04:19 -0400
commitcd5a73785d8f7533f1438a955daf23159d09a352 (patch)
treec9c9c688ca092d2639a41b30d448d7ff33f66d3f /src/cmd/acme/fns.h
parente63025d09486aea0f644578b5e05a093c130b7d2 (diff)
downloadplan9port-cd5a73785d8f7533f1438a955daf23159d09a352.tar.gz
plan9port-cd5a73785d8f7533f1438a955daf23159d09a352.tar.bz2
plan9port-cd5a73785d8f7533f1438a955daf23159d09a352.zip
acme: add -m option and avoid looking in the mirror
Diffstat (limited to 'src/cmd/acme/fns.h')
-rw-r--r--src/cmd/acme/fns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/acme/fns.h b/src/cmd/acme/fns.h
index 34d561c5..c714175f 100644
--- a/src/cmd/acme/fns.h
+++ b/src/cmd/acme/fns.h
@@ -102,3 +102,5 @@ 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))
+
+int ismtpt(char*);