summaryrefslogtreecommitdiffstats
path: root/maildirgetquota.h
diff options
context:
space:
mode:
Diffstat (limited to 'maildirgetquota.h')
-rw-r--r--maildirgetquota.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/maildirgetquota.h b/maildirgetquota.h
new file mode 100644
index 0000000..6fc4cc4
--- /dev/null
+++ b/maildirgetquota.h
@@ -0,0 +1,30 @@
1#ifndef maildirgetquota_h
2#define maildirgetquota_h
3
4/*
5** Copyright 1998 - 1999 Double Precision, Inc.
6** See COPYING for distribution information.
7*/
8
9#if HAVE_CONFIG_H
10#include "config.h"
11#endif
12
13#include <sys/types.h>
14#include <stdio.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20static const char maildirgetquota_h_rcsid[]="$Id: maildirgetquota.h,v 1.5 1999/12/06 13:21:05 mrsam Exp $";
21
22#define QUOTABUFSIZE 256
23
24int maildir_getquota(const char *, char [QUOTABUFSIZE]);
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif