comparison lib-src/movemail.c @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents d2f30a177268
children 43dd3413c7c7
comparison
equal deleted inserted replaced
148:f659db2a1f73 149:538048ae2ab8
132 #ifndef errno 132 #ifndef errno
133 extern int errno; 133 extern int errno;
134 #endif 134 #endif
135 char *strerror (); 135 char *strerror ();
136 136
137 void fatal (); 137 void fatal (char *, char*);
138 void error (); 138 void error ();
139 void pfatal_with_name (); 139 void pfatal_with_name ();
140 void pfatal_and_delete (); 140 void pfatal_and_delete ();
141 char *concat (); 141 char *concat ();
142 long *xmalloc (); 142 long *xmalloc ();