

#ifndef FORWARD_H
#define FORWARD_H

typedef struct bindings bindings_t;
typedef struct envelope envelope_t;
class MilterEvent;

#endif
