X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=include%2Ftr_util.h;fp=include%2Ftr_util.h;h=372c8ecc75882f005380cbbadbddfaaf8fedd769;hb=a1b1b820c2abe67aff1ac4e517360ee969adaed2;hp=3b0e59792e67c5e37ca91c428821f17e9c38ff3d;hpb=e9332953189a29c0c52f703e4a3717b6141306d9;p=trust_router.git diff --git a/include/tr_util.h b/include/tr_util.h index 3b0e597..372c8ec 100644 --- a/include/tr_util.h +++ b/include/tr_util.h @@ -37,8 +37,8 @@ #include -void tr_bin_to_hex(const unsigned char * bin, size_t binlen, - char * hex_out, size_t hex_len); +TR_EXPORT void tr_bin_to_hex(const unsigned char * bin, size_t binlen, + char * hex_out, size_t hex_len); TR_EXPORT int tr_cmp_timespec(struct timespec *ts1, struct timespec *ts2); #endif /* TR_UTIL_H */