masqmail
changeset 29:7cdd30429cc9
clarified the situation by changing a comment
author | meillo@marmaro.de |
---|---|
date | Thu, 06 May 2010 12:46:53 +0200 |
parents | 71605f542ecc |
children | 983a603c2ff2 |
files | src/peopen.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/peopen.c Thu May 06 11:52:34 2010 +0200 1.2 +++ b/src/peopen.c Thu May 06 12:46:53 2010 +0200 1.3 @@ -1,5 +1,7 @@ 1.4 /* This a snippet I found in sourceforge. I just changed the identing 1.5 - style to my own and deleted the main function. */ 1.6 + style to my own and deleted the main function. -- oku 1.7 + The functions destroy_argv() and create_argv() were added by oku. 1.8 +*/ 1.9 1.10 #include <errno.h> 1.11 #include <stdio.h>