view include/fdpair.h @ 36:84affc6de365 default tip

Makefile hierarchy: add install
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 09 Jul 2024 02:22:18 +0000
parents 2a24487453a7
children
line wrap: on
line source

/*
 * This header file provides API declaration for twrtp_bind_fdpair()
 * standalone function.
 */

#pragma once

#include <stdint.h>

int twrtp_bind_fdpair(const char *ip, uint16_t port, int *fd_rtp, int *fd_rtcp);