X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fsockaddr-util.h;fp=common-src%2Fsockaddr-util.h;h=2b162018d025081bc663e2bb8327399d7d427f50;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=d5e68eef7393d99c7e434799fdc65daf973e3e75;hpb=011a59f5a54864108a16af570a6b287410597cc2;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.).