From: Russell Bryant Date: Fri, 14 Dec 2007 19:31:25 +0000 (+0000) Subject: make something static X-Git-Tag: 1.6.0-beta1~3^2~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ab19aef5b4eb28933f5cc869082884a3f4dcee;p=thirdparty%2Fasterisk.git make something static git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93067 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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, };