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

WEB邮件程序

开发平台:

C/C++

  1. #ifndef maildirgetquota_h
  2. #define maildirgetquota_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. #include <sys/types.h>
  11. #include <stdio.h>
  12. #ifdef  __cplusplus
  13. extern "C" {
  14. #endif
  15. static const char maildirgetquota_h_rcsid[]="$Id: maildirgetquota.h,v 1.5 1999/12/06 13:21:05 mrsam Exp $";
  16. #define QUOTABUFSIZE 256
  17. int maildir_getquota(const char *, char [QUOTABUFSIZE]);
  18. #ifdef  __cplusplus
  19. }
  20. #endif
  21. #endif