diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-04-03 19:03:44 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-04-03 19:03:44 +0200 |
commit | 2aa121fd6ce6a35b61b3312234c0315ad1e59f48 (patch) | |
tree | 3b852198f371d27dec29b4ffcef23cc69b1b8c73 /sys/src/cmd/mothra/mothra.h | |
parent | dd04c514700c8227d5d7c0a8eb84b3d8680b2f9c (diff) |
mothra: <base> tag, nstrcpy
Diffstat (limited to 'sys/src/cmd/mothra/mothra.h')
-rw-r--r-- | sys/src/cmd/mothra/mothra.h | 1 |
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); |