Mercurial > masqmail
comparison src/peopen.c @ 29:7cdd30429cc9
clarified the situation by changing a comment
author | meillo@marmaro.de |
---|---|
date | Thu, 06 May 2010 12:46:53 +0200 |
parents | 3654c502a4df |
children | dcb315792513 |
comparison
equal
deleted
inserted
replaced
28:71605f542ecc | 29:7cdd30429cc9 |
---|---|
1 /* This a snippet I found in sourceforge. I just changed the identing | 1 /* This a snippet I found in sourceforge. I just changed the identing |
2 style to my own and deleted the main function. */ | 2 style to my own and deleted the main function. -- oku |
3 The functions destroy_argv() and create_argv() were added by oku. | |
4 */ | |
3 | 5 |
4 #include <errno.h> | 6 #include <errno.h> |
5 #include <stdio.h> | 7 #include <stdio.h> |
6 #include <stdlib.h> | 8 #include <stdlib.h> |
7 #include <unistd.h> | 9 #include <unistd.h> |