view src/auth/auth-token.h @ 22614:cf66220d281e

doveadm proxy: Don't crash if remote doesn't support log proxying
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sat, 14 Oct 2017 12:54:18 +0300
parents aa6027a0a78e
children
line wrap: on
line source

#ifndef AUTH_TOKEN_H
#define AUTH_TOKEN_H

void auth_token_init(void);
void auth_token_deinit(void);

const char *auth_token_get(const char *service, const char *session_pid,
			   const char *username, const char *session_id);

#endif