Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/time.h>
#include <unistd.h>
#include <msg.h>
#include <mymalloc.h>
#include <htable.h>
#include <argv.h>
#include <vstring.h>
#include <vstream.h>
#include <vstring_vstream.h>
#include <iostuff.h>
#include <stringops.h>
#include <mail_proto.h>
#include <cleanup_user.h>
#include <sent.h>
#include <record.h>
#include <rec_type.h>
#include <mark_corrupt.h>
#include <mail_date.h>
#include <mail_params.h>
#include <dsn_mask.h>
#include <smtputf8.h>
#include "local.h"
データ構造 | |
struct | FORWARD_INFO |
マクロ定義 | |
#define | FORWARD_OPEN_RETURN(res) |
#define | FORWARD_CLEANUP_FLAGS |
#define | PASS_ATTR(fp, name, value) |
型定義 | |
typedef struct FORWARD_INFO | FORWARD_INFO |
関数 | |
int | forward_init (void) |
int | forward_append (DELIVER_ATTR attr) |
int | forward_finish (DELIVER_REQUEST *request, DELIVER_ATTR attr, int cancel) |
#define FORWARD_CLEANUP_FLAGS |
#define FORWARD_OPEN_RETURN | ( | res | ) |
#define PASS_ATTR | ( | fp, | |
name, | |||
value | |||
) |
typedef struct FORWARD_INFO FORWARD_INFO |
int forward_append | ( | DELIVER_ATTR | attr | ) |
int forward_finish | ( | DELIVER_REQUEST * | request, |
DELIVER_ATTR | attr, | ||
int | cancel | ||
) |