Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <string.h>
#include <msg.h>
#include <dict.h>
#include "mail_conf.h"
型定義 | |
typedef int(* | stupid_indent_int) (void) |
関数 | |
int | get_mail_conf_bool (const char *name, int defval) |
int | get_mail_conf_bool_fn (const char *name, stupid_indent_int defval) |
void | set_mail_conf_bool (const char *name, int value) |
void | get_mail_conf_bool_table (const CONFIG_BOOL_TABLE *table) |
void | get_mail_conf_bool_fn_table (const CONFIG_BOOL_FN_TABLE *table) |
typedef int(* stupid_indent_int) (void) |
mail_conf_bool.c の 117 行目に定義があります。
mail_conf_bool.c の 106 行目に定義があります。
int get_mail_conf_bool_fn | ( | const char * | name, |
stupid_indent_int | defval | ||
) |
mail_conf_bool.c の 119 行目に定義があります。
void get_mail_conf_bool_fn_table | ( | const CONFIG_BOOL_FN_TABLE * | table | ) |
mail_conf_bool.c の 147 行目に定義があります。
void get_mail_conf_bool_table | ( | const CONFIG_BOOL_TABLE * | table | ) |
mail_conf_bool.c の 137 行目に定義があります。
void set_mail_conf_bool | ( | const char * | name, |
int | value | ||
) |
mail_conf_bool.c の 130 行目に定義があります。