aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_protocol_version_major.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaxl_protocol_version_major.c')
-rw-r--r--libaxl_protocol_version_major.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libaxl_protocol_version_major.c b/libaxl_protocol_version_major.c
index 6e3fd26..c44d03b 100644
--- a/libaxl_protocol_version_major.c
+++ b/libaxl_protocol_version_major.c
@@ -1,8 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
-int
-libaxl_protocol_version_major(void)
-{
- return LIBAXL_PROTOCOL_VERSION_MAJOR;
-}
+const int libaxl_protocol_version_major = LIBAXL_PROTOCOL_VERSION_MAJOR;