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