diff options
Diffstat (limited to 'sqwebmail/autoresponse.h')
| -rw-r--r-- | sqwebmail/autoresponse.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sqwebmail/autoresponse.h b/sqwebmail/autoresponse.h new file mode 100644 index 0000000..3207060 --- /dev/null +++ b/sqwebmail/autoresponse.h @@ -0,0 +1,20 @@ +/* +*/ +#ifndef autoresponse_h +#define autoresponse_h + +/* +** Copyright 2001 Double Precision, Inc. See COPYING for +** distribution information. +*/ + +#if HAVE_CONFIG_H +#include "config.h" +#endif + +void autoresponse(); +void autoresponselist(); +void autoresponsedelete(); +void autoresponsepick(); + +#endif |
