view src/plugins/expire/expire-plugin.h @ 9354:687ac828b964 HEAD

lib-index: modseqs weren't tracked properly within session when changes were done.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Sep 2009 13:05:03 -0400
parents cc484a16bbe4
children
line wrap: on
line source

#ifndef EXPIRE_PLUGIN_H
#define EXPIRE_PLUGIN_H

extern uid_t global_mail_uid;
extern gid_t global_mail_gid;

void expire_plugin_init(void);
void expire_plugin_deinit(void);

#endif