summaryrefslogtreecommitdiffstats
path: root/src/imap-urlauth/imap-urlauth-common.h
blob: ac6d06f3cd5ea096119f0f8be24e2cac19374d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef IMAP_URLAUTH_COMMON_H
#define IMAP_URLAUTH_COMMON_H

#include "lib.h"
#include "imap-urlauth-client.h"
#include "imap-urlauth-settings.h"

extern bool verbose_proctitle;
extern struct mail_storage_service_ctx *storage_service;

void imap_urlauth_refresh_proctitle(void);

#endif