X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libtest%2Fport.h;h=bded6abcd18dca29fb39bbd98823492a18533834;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=3d593136771706dfde6ccd52b68c5956db28d97d;hpb=74d72ecac00cadaab9e9a40d6591c7285abbfbc2;p=m6w6%2Flibmemcached diff --git a/libtest/port.h b/libtest/port.h index 3d593136..bded6abc 100644 --- a/libtest/port.h +++ b/libtest/port.h @@ -48,4 +48,7 @@ in_port_t default_port(); LIBTEST_API in_port_t get_free_port(); +LIBTEST_API +void release_port(in_port_t arg); + } // namespace libtest