/usr/include/dovecot/auth-client-request.h is in dovecot-dev 1:2.2.9-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #ifndef AUTH_CLIENT_REQUEST_H
#define AUTH_CLIENT_REQUEST_H
struct auth_server_connection;
bool auth_client_request_is_aborted(struct auth_client_request *request);
time_t auth_client_request_get_create_time(struct auth_client_request *request);
void auth_client_request_server_input(struct auth_client_request *request,
enum auth_request_status status,
const char *const *args);
#endif
|