view src/auth/auth-token.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
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