X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=include%2Ftr_util.h;h=9b2da06c461c9c3f93c5ab3f04249b9df186f2ff;hb=b5117dd88f660ee157de3cf96f8fb6d952ac342a;hp=d1e2d034a56b5635924bd9cc303e2af05fae0aea;hpb=b9776b2a5e8fa45749148e34c3f2df6ec4249ead;p=trust_router.git diff --git a/include/tr_util.h b/include/tr_util.h index d1e2d03..9b2da06 100644 --- a/include/tr_util.h +++ b/include/tr_util.h @@ -35,7 +35,7 @@ #ifndef TR_UTIL_H #define TR_UTIL_H -#include +#include #include /* NB, tr_bin_to_hex() is also prototyped in trust_router/tr_dh.h */ @@ -47,8 +47,5 @@ int tr_sub_timespec(const struct timespec *ts1_copy, const struct timespec *ts2_ char *timespec_to_str(const struct timespec *ts); struct timespec *tr_clock_convert(clockid_t from, const struct timespec *when, clockid_t to, struct timespec *dst); -TR_NAME *tr_parse_hostname(const char *s); -int tr_parse_port(const char *s); -int tr_parse_hostname_and_port(const char *s, TR_NAME **hn_dest, int *p_dest); #endif /* TR_UTIL_H */