]> git.ipfire.org Git - thirdparty/asterisk.git/commit
format_cap: make function parameters 'const'
authorKevin Harwell <kharwell@digium.com>
Mon, 24 Feb 2020 18:44:43 +0000 (12:44 -0600)
committerKevin Harwell <kharwell@digium.com>
Mon, 24 Feb 2020 19:37:31 +0000 (13:37 -0600)
commitdd959bf8d02e82f02cfa181d714d61ccf8a2cc59
treebd07b769b7391a5866c27336b3de4360d4cf98ea
parentdd313ceda5b37ef928e0ec536b240ec0c152966f
format_cap: make function parameters 'const'

There were a couple places where the format cap function parameter was not
'const' when it should have been. This patch makes them 'const'.

Change-Id: Ife753fb16a962d842a6b44f45363a61a66bfdb2e
include/asterisk/format_cap.h
main/format_cap.c