s/qmail  4.1.17
Next generation secure email transport
slurpclose.h
Go to the documentation of this file.
1 #ifndef SLURPCLOSE_H
2 #define SLURPCLOSE_H
3 
4 #include "stralloc.h"
5 
6 int slurpclose(int,stralloc *,int);
7 
8 #endif
int slurpclose(int, stralloc *, int)