bfc2c144a14c848e89dfdb7bfe368987e4c242bc
[citadel.git] / citadel / modules / imap / imap_acl.h
1 /*
2  * $Id$
3  *
4  */
5
6 void imap_setacl(int num_parms, char *parms[]);
7 void imap_deleteacl(int num_parms, char *parms[]);
8 void imap_getacl(int num_parms, char *parms[]);
9 void imap_listrights(int num_parms, char *parms[]);
10 void imap_myrights(int num_parms, char *parms[]);
11