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







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

int
libaxl_protocol_version(void)
{
	return LIBAXL_PROTOCOL_VERSION;
}