From fc65522ffb0f87fc0760956773ef198ff9cc58fc Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 1 Aug 2008 23:04:33 +0000 Subject: umm... yeah. let's define the external variable with the proper type. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4652 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 897de90..2f0b7c3 100644 --- a/version.h +++ b/version.h @@ -19,4 +19,4 @@ * */ -extern const char *dahdi_tools_version; +extern const char dahdi_tools_version[]; -- cgit v1.2.3