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