aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_protocol_version_major.c
blob: 7dc00da225084d25e0d046f6dcf077b8d027a5ec (plain) (blame)
1
2
3
4
5
6
7
8
/* See LICENSE file for copyright and license details. */
#include "common.h"

int
libaxl_protocol_version_major(void)
{
	return LIBAXL_PROTOCOL_MAJOR;
}