~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/plugins/acl/acl-global-file.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include "acl-api.h"
5
5
 
6
6
struct acl_global_file *
7
 
acl_global_file_init(const char *path, unsigned int refresh_interval_secs);
 
7
acl_global_file_init(const char *path, unsigned int refresh_interval_secs,
 
8
                     bool debug);
8
9
void acl_global_file_deinit(struct acl_global_file **file);
9
10
 
10
11
/* Read the global ACLs into memory. */