aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_protocol_version_minor.c
blob: de1e6882932c4717c098886c0d4b837b402e0ec3 (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_minor(void)
{
	return LIBAXL_PROTOCOL_MINOR;
}