From 04ab19aef5b4eb28933f5cc869082884a3f4dcee Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Fri, 14 Dec 2007 19:31:25 +0000 Subject: [PATCH] make something static git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93067 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_dundi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index ec3da12d8d..c7b6f3f05a 100644 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -3949,7 +3949,7 @@ static void drds_destroy_cb(void *data) drds_destroy(drds); } -const struct ast_datastore_info dundi_result_datastore_info = { +static const struct ast_datastore_info dundi_result_datastore_info = { .type = "DUNDIQUERY", .destroy = drds_destroy_cb, }; -- GitLab