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

« back to all changes in this revision

Viewing changes to src/lib-storage/index/pop3c/pop3c-settings.h

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        const char *pop3c_password;
11
11
 
12
12
        const char *pop3c_ssl;
13
 
        const char *pop3c_ssl_ca_dir;
14
13
        bool pop3c_ssl_verify;
15
14
 
16
15
        const char *pop3c_rawlog_dir;
17
 
        const char *ssl_crypto_device;
18
16
};
19
17
 
20
18
const struct setting_parser_info *pop3c_get_setting_parser_info(void);