Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include "mail_conf.h"
型定義 | |
typedef const char *(* | stupid_indent_str) (void) |
関数 | |
char * | get_mail_conf_raw (const char *name, const char *defval, int min, int max) |
char * | get_mail_conf_raw_fn (const char *name, stupid_indent_str defval, int min, int max) |
void | get_mail_conf_raw_table (const CONFIG_RAW_TABLE *table) |
void | get_mail_conf_raw_fn_table (const CONFIG_RAW_FN_TABLE *table) |
typedef const char*(* stupid_indent_str) (void) |
mail_conf_raw.c の 106 行目に定義があります。
mail_conf_raw.c の 91 行目に定義があります。
char* get_mail_conf_raw_fn | ( | const char * | name, |
stupid_indent_str | defval, | ||
int | min, | ||
int | max | ||
) |
mail_conf_raw.c の 108 行目に定義があります。
void get_mail_conf_raw_fn_table | ( | const CONFIG_RAW_FN_TABLE * | table | ) |
mail_conf_raw.c の 136 行目に定義があります。
void get_mail_conf_raw_table | ( | const CONFIG_RAW_TABLE * | table | ) |
mail_conf_raw.c の 123 行目に定義があります。