summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-08-01 23:04:33 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-08-01 23:04:33 +0000
commitfc65522ffb0f87fc0760956773ef198ff9cc58fc (patch)
tree0b1195fb25122e0123892e0561df396e2e856d8a
parenta017edf87cebcc49fc14a3a08e6caba4910135ab (diff)
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
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
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[];