~ubuntu-branches/ubuntu/hoary/dovecot/hoary

« back to all changes in this revision

Viewing changes to src/imap-login/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Jaldhar H. Vyas
  • Date: 2005-01-08 12:11:38 UTC
  • Revision ID: james.westby@ubuntu.com-20050108121138-oeffq3zqaerdyw26
Tags: upstream-0.99.13
ImportĀ upstreamĀ versionĀ 0.99.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __COMMON_H
 
2
#define __COMMON_H
 
3
 
 
4
#include "lib.h"
 
5
#include "../auth/auth-login-interface.h"
 
6
 
 
7
extern int disable_plaintext_auth, process_per_connection, verbose_proctitle;
 
8
extern unsigned int max_logging_users;
 
9
extern unsigned int login_process_uid;
 
10
 
 
11
void main_ref(void);
 
12
void main_unref(void);
 
13
 
 
14
void main_close_listen(void);
 
15
 
 
16
#endif