summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-19 22:49:37 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-19 22:49:37 +0000
commit1a9654a0c30ebaf6c00199c39d87be5bd3eb063a (patch)
tree1e10e4521b8c06be142d0696cd2b70781ed55954 /lib-src
parentca452d5f798276bc3ee9ad868d41773a0217983e (diff)
downloademacs-1a9654a0c30ebaf6c00199c39d87be5bd3eb063a.tar.gz
Don't declare malloc.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 283aca21c13..be18441695d 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -110,7 +110,6 @@ extern int lk_open (), lk_close ();
extern int errno;
#endif
char *strerror ();
-char *malloc ();
void fatal ();
void error ();