diff options
Diffstat (limited to 'milter_api.adb')
| -rw-r--r-- | milter_api.adb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/milter_api.adb b/milter_api.adb index 48316cc..f68b07a 100644 --- a/milter_api.adb +++ b/milter_api.adb @@ -855,6 +855,10 @@ package body Milter_API is         Message       : Reply_Lines)     is separate; + +   -- The functions Address and Port use the helper functions in +   -- sockaddr_functions.c to extract data from sockaddr structures. +     milter_api_address_type_ipv4    : constant Unsigned_8 := 1;     milter_api_address_type_ipv6    : constant Unsigned_8 := 2;     milter_api_address_type_unknown : constant Unsigned_8 := 255; |