Postfix3.3.1
マクロ定義 | 関数
mail_open_ok.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <time.h>
#include <errno.h>
#include <msg.h>
#include <warn_stat.h>
#include "mail_queue.h"
#include "mail_open_ok.h"

[ソースコード]

マクロ定義

#define MINUTE_SECONDS   60 /* XXX should be centralized */
 

関数

int mail_open_ok (const char *queue_name, const char *queue_id, struct stat *statp, const char **path)
 

マクロ定義詳解

#define MINUTE_SECONDS   60 /* XXX should be centralized */

関数詳解

int mail_open_ok ( const char *  queue_name,
const char *  queue_id,
struct stat statp,
const char **  path 
)

mail_open_ok.c77 行目に定義があります。