newmsg.h
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** $Id: newmsg.h,v 1.5 1999/12/08 06:00:38 mrsam Exp $
  3. */
  4. #ifndef newmsg_h
  5. #define newmsg_h
  6. #if HAVE_CONFIG_H
  7. #undef PACKAGE
  8. #undef VERSION
  9. #include "config.h"
  10. #endif
  11. /*
  12. ** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  13. ** distribution information.
  14. */
  15. #include <stdlib.h>
  16. extern void newmsg_init(const char *, const char *);
  17. extern void newmsg_do(const char *);
  18. #endif