Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <errno.h>
#include <msg.h>
#include <mymalloc.h>
#include <stringops.h>
#include <split_at.h>
#include <mail_version.h>
関数 | |
MAIL_VERSION * | mail_version_parse (const char *string, const char **why) |
void | mail_version_free (MAIL_VERSION *mp) |
const char * | get_mail_version (void) |
void | check_mail_version (const char *version_string) |
void check_mail_version | ( | const char * | version_string | ) |
mail_version.c の 190 行目に定義があります。
const char* get_mail_version | ( | void | ) |
mail_version.c の 183 行目に定義があります。
void mail_version_free | ( | MAIL_VERSION * | mp | ) |
mail_version.c の 175 行目に定義があります。
MAIL_VERSION* mail_version_parse | ( | const char * | string, |
const char ** | why | ||
) |
mail_version.c の 155 行目に定義があります。