From b5565b3dc55003122b0ffdc211d03446971ff12a Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Tue, 22 Jan 2013 21:12:13 +0100 Subject: more comments --- milter_api.adb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'milter_api.adb') 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; -- cgit v1.2.3