summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/mothra.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-04-03 19:03:44 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-04-03 19:03:44 +0200
commit2aa121fd6ce6a35b61b3312234c0315ad1e59f48 (patch)
tree3b852198f371d27dec29b4ffcef23cc69b1b8c73 /sys/src/cmd/mothra/mothra.h
parentdd04c514700c8227d5d7c0a8eb84b3d8680b2f9c (diff)
mothra: <base> tag, nstrcpy
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r--sys/src/cmd/mothra/mothra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/mothra.h b/sys/src/cmd/mothra/mothra.h
index 26b24dc63..0531d826e 100644
--- a/sys/src/cmd/mothra/mothra.h
+++ b/sys/src/cmd/mothra/mothra.h
@@ -93,6 +93,7 @@ int urlopen(Url *, int, char *);
void getfonts(void);
void *emalloc(int);
void *emallocz(int, int);
+void nstrcpy(char *to, char *from, int len);
void freeform(void *p);
void message(char *, ...);
int snooptype(int fd);