From ca76f40ba05cb8b067a6e7b0e0cd31fa31b7dff1 Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 14 Nov 2018 15:44:48 +0200 Subject: Remove extern keyword --- src/ckinfo.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ckinfo.h.in') diff --git a/src/ckinfo.h.in b/src/ckinfo.h.in index 832532f..07ffa69 100644 --- a/src/ckinfo.h.in +++ b/src/ckinfo.h.in @@ -23,7 +23,7 @@ #define CK_PATCH_VERSION @ck_PATCH_VERSION@ -extern void print_version() { +void print_version() { printf("ck version %d.%d.%d\n", CK_MAJOR_VERSION, CK_MINOR_VERSION, CK_PATCH_VERSION); printf("%s", "ck Copyright (C) 2018 gramanas\n" -- cgit v1.2.3