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

WEB邮件程序

开发平台:

C/C++

  1. #ifndef maildirrequota_h
  2. #define maildirrequota_h
  3. /*
  4. ** Copyright 1998 - 1999 Double Precision, Inc.
  5. ** See COPYING for distribution information.
  6. */
  7. #if HAVE_CONFIG_H
  8. #include "config.h"
  9. #endif
  10. #ifdef  __cplusplus
  11. extern "C" {
  12. #endif
  13. static const char maildirrequota_h_rcsid[]="$Id: maildirrequota.h,v 1.4 1999/12/06 13:21:05 mrsam Exp $";
  14. /* Change the quota embedded in the filename of a maildir message */
  15. char *maildir_requota(const char *, unsigned long);
  16. #ifdef  __cplusplus
  17. }
  18. #endif
  19. #endif