view src/lib-storage/proxy-mail-storage.h @ 1915:79790750c349 HEAD

importing new index code. mbox still broken.
author Timo Sirainen <tss@iki.fi>
date Tue, 27 Apr 2004 23:25:52 +0300
parents 9ce620b10b28
children
line wrap: on
line source

#ifndef __PROXY_MAIL_STORAGE_H
#define __PROXY_MAIL_STORAGE_H

#include "mail-storage-private.h"

struct proxy_mail_storage {
	struct mail_storage proxy_storage;
	struct mail_storage *storage;
};

void proxy_mail_storage_init(struct proxy_mail_storage *proxy,
			     struct mail_storage *storage);

#endif