comparison lib-src/movemail.c @ 109544:197e874deb67

merge trunk
author Kenichi Handa <handa@etlken>
date Mon, 26 Jul 2010 13:29:08 +0900
parents 09a43f890565
children fdbd24f8d999
comparison
equal deleted inserted replaced
109493:f69d90096f33 109544:197e874deb67
145 145
146 #ifndef HAVE_STRERROR 146 #ifndef HAVE_STRERROR
147 char *strerror (int); 147 char *strerror (int);
148 #endif 148 #endif
149 149
150 static void fatal (char *s1, char *s2, char *s3); 150 static void fatal (char *s1, char *s2, char *s3) NO_RETURN;
151 static void error (char *s1, char *s2, char *s3); 151 static void error (char *s1, char *s2, char *s3);
152 static void pfatal_with_name (char *name); 152 static void pfatal_with_name (char *name) NO_RETURN;
153 static void pfatal_and_delete (char *name); 153 static void pfatal_and_delete (char *name) NO_RETURN;
154 static char *concat (char *s1, char *s2, char *s3); 154 static char *concat (char *s1, char *s2, char *s3);
155 static long *xmalloc (unsigned int size); 155 static long *xmalloc (unsigned int size);
156 #ifdef MAIL_USE_POP 156 #ifdef MAIL_USE_POP
157 static int popmail (char *mailbox, char *outfile, int preserve, char *password, int reverse_order); 157 static int popmail (char *mailbox, char *outfile, int preserve, char *password, int reverse_order);
158 static int pop_retr (popserver server, int msgno, FILE *arg); 158 static int pop_retr (popserver server, int msgno, FILE *arg);