Still waiting for the computer. Or rather, for other computers.
[citadel.git] / citadel / server / modules / imap / imap_acl.h
1 // Copyright (c) 2007-2024 by the citadel.org team
2 //
3 // This program is open source software.  Use, duplication, or disclosure
4 // are subject to the terms of the GNU General Public License version 3.
5
6 void imap_setacl(int num_parms, ConstStr *Params);
7 void imap_deleteacl(int num_parms, ConstStr *Params);
8 void imap_getacl(int num_parms, ConstStr *Params);
9 void imap_listrights(int num_parms, ConstStr *Params);
10 void imap_myrights(int num_parms, ConstStr *Params);
11