X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fsockaddr-util.h;h=2b162018d025081bc663e2bb8327399d7d427f50;hb=66086d646c4cc92cf582b6765b315060117c6ec4;hp=d5e68eef7393d99c7e434799fdc65daf973e3e75;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/common-src/sockaddr-util.h b/common-src/sockaddr-util.h index d5e68ee..2b16201 100644 --- a/common-src/sockaddr-util.h +++ b/common-src/sockaddr-util.h @@ -42,6 +42,7 @@ void dump_sockaddr(sockaddr_union * sa); * @returns: pointer to statically allocated string */ char * str_sockaddr(sockaddr_union *sa); +char * str_sockaddr_no_port(sockaddr_union *sa); /* Compare two sockaddr_union objects, optionally comparing * only the address (and thus ignoring port, flow info, etc.).