* es.po: the correct license for this file was supposed to be GPL v2-or-later, not...
[citadel.git] / citadel / modules / imap / imap_acl.h
blobbfc2c144a14c848e89dfdb7bfe368987e4c242bc
1 /*
2 * $Id$
4 */
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[]);