summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/hostaddr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/krb5/hostaddr.h b/src/include/krb5/hostaddr.h
index 9a1371ec2..d6ad89035 100644
--- a/src/include/krb5/hostaddr.h
+++ b/src/include/krb5/hostaddr.h
@@ -34,5 +34,13 @@ typedef struct _krb5_address {
/* macros to determine if a type is a local type */
#define ADDRTYPE_IS_LOCAL(addrtype) (addrtype & 0x8000)
+/* implementation-specific stuff: */
+typedef struct _krb5_fulladdr {
+ krb5_address address;
+ unsigned long port; /* port, for some address types.
+ large enough for most protos? */
+} krb5_fulladdr;
+
#endif /* __KRB5_HOSTADDR__ */
+