diff options
author | Björn Persson <bjorn@rombobjörn.se> | 2013-01-22 21:12:13 +0100 |
---|---|---|
committer | Björn Persson <bjorn@rombobjörn.se> | 2013-01-22 21:12:13 +0100 |
commit | b5565b3dc55003122b0ffdc211d03446971ff12a (patch) | |
tree | a58ca2f42f3796459e0f32850a0637189865ab38 /milter_api.adb | |
parent | 57cc2e4bffde1ae9f2be12769efc7bec75be32cd (diff) |
more comments
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; |