aboutsummaryrefslogblamecommitdiffstats
path: root/libaxl_fileno.c
blob: 14bf9787a58336958875049224acf6c98173fcd5 (plain) (tree)
1
2
3
4
5
6
7
8







                                                         
/* See LICENSE file for copyright and license details. */
#include "common.h"

int
libaxl_fileno(LIBAXL_CONNECTION *conn)
{
	return conn->fd;
}