maildirgetquota.h
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
- #ifndef maildirgetquota_h
- #define maildirgetquota_h
- /*
- ** Copyright 1998 - 1999 Double Precision, Inc.
- ** See COPYING for distribution information.
- */
- #if HAVE_CONFIG_H
- #include "config.h"
- #endif
- #include <sys/types.h>
- #include <stdio.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- static const char maildirgetquota_h_rcsid[]="$Id: maildirgetquota.h,v 1.5 1999/12/06 13:21:05 mrsam Exp $";
- #define QUOTABUFSIZE 256
- int maildir_getquota(const char *, char [QUOTABUFSIZE]);
- #ifdef __cplusplus
- }
- #endif
- #endif