~ubuntu-branches/ubuntu/vivid/dovecot/vivid

« back to all changes in this revision

Viewing changes to src/lib-auth/auth-server-request.h

  • Committer: Bazaar Package Importer
  • Author(s): Jaldhar H. Vyas
  • Date: 2005-11-05 23:19:19 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051105231919-ydujs4y7687fpor2
Tags: upstream-1.0.alpha4
ImportĀ upstreamĀ versionĀ 1.0.alpha4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __AUTH_SERVER_REQUEST_H
 
2
#define __AUTH_SERVER_REQUEST_H
 
3
 
 
4
int auth_client_input_ok(struct auth_server_connection *conn, const char *args);
 
5
int auth_client_input_cont(struct auth_server_connection *conn,
 
6
                           const char *args);
 
7
int auth_client_input_fail(struct auth_server_connection *conn,
 
8
                           const char *args);
 
9
 
 
10
void auth_server_requests_remove_all(struct auth_server_connection *conn);
 
11
 
 
12
#endif