view src/plugins/mail-log/mail-log-plugin.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 1b28e0434d85
children
line wrap: on
line source

#ifndef MAIL_LOG_PLUGIN_H
#define MAIL_LOG_PLUGIN_H

void mail_log_plugin_init(void);
void mail_log_plugin_deinit(void);

#endif