Searched defs:ADDRESS (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dsendmail.h265 typedef struct address ADDRESS; typedef in typeref:struct:address
341 #define NULLADDR ((ADDRESS *) NULL)
343 extern ADDRESS NullAddress; /* a null (template) address [main.c] */
348 extern bool emptyaddr __P((ADDRESS *));
349 extern ADDRESS *getctladdr __P((ADDRESS *));
350 extern int include __P((char *, bool, ADDRESS *, ADDRESS **, int, ENVELOPE *));
352 extern ADDRESS *parseaddr __P((char *, ADDRESS *, in
[all...]

Completed in 21 milliseconds