X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftr_inet_util.h;h=f24bbf81bb309ddc2e08718214c68e045ab58ea9;hp=44d8ba57acb6b35ba62d5e192029c6dfeac563ee;hb=1ec949998ea6bc2c21e808346052b2e92d50479b;hpb=2bf7cf8d0fe531983cdcb72805d7272630ac1ee1 diff --git a/include/tr_inet_util.h b/include/tr_inet_util.h index 44d8ba5..f24bbf8 100644 --- a/include/tr_inet_util.h +++ b/include/tr_inet_util.h @@ -41,5 +41,6 @@ char *tr_parse_host(TALLOC_CTX *mem_ctx, const char *s, int *port_out); TR_NAME *tr_hostname_and_port_to_name(TR_NAME *hn, int port); +int tr_parse_port(const char *s); #endif //TRUST_ROUTER_TR_INET_UTIL_H