comparison lib-src/movemail.c @ 9612:b217e71338f4

Don't declare malloc.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Oct 1994 22:49:37 +0000
parents dd3b83e4ceb0
children 5410efcb7b6e
comparison
equal deleted inserted replaced
9611:9e5812a795da 9612:b217e71338f4
108 108
109 #ifndef errno 109 #ifndef errno
110 extern int errno; 110 extern int errno;
111 #endif 111 #endif
112 char *strerror (); 112 char *strerror ();
113 char *malloc ();
114 113
115 void fatal (); 114 void fatal ();
116 void error (); 115 void error ();
117 void pfatal_with_name (); 116 void pfatal_with_name ();
118 void pfatal_and_delete (); 117 void pfatal_and_delete ();