1 /* SPDX-License-Identifier: MIT */ 2 #ifndef LIBURING_EX_HELPERS_H 3 #define LIBURING_EX_HELPERS_H 4 5 int setup_listening_socket(int port, int ipv6); 6 7 #endif 8