X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fport.h;h=bded6abcd18dca29fb39bbd98823492a18533834;hb=4018da61ccc84a5345b19b61a1cfd5a30df896ea;hp=3d593136771706dfde6ccd52b68c5956db28d97d;hpb=47f45992107361ad58c170bdf78fdc92523fab06;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