mesh: Declare internal functions as static
authorInga Stotland <inga.stotland@intel.com>
Thu, 7 Feb 2019 03:55:35 +0000 (19:55 -0800)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 14:14:21 +0000 (19:44 +0530)
commit3a2fe690ded093b9cb6b7ad0cd4ee6ecc4c4835b
tree088170fd54510a7990e8a4b7f193fcc1ea1dc568
parent09a244d9b75ba72e48d830f0401d1f568bbd29d7
mesh: Declare internal functions as static

This renames mesh_net_key_refresh_finish() to key_refresh_finish() and
mesh_net_key_phase_two() to key_refresh_phase_wo() and changes the
function declaration to static since they are called only within net.c

Change-Id: Ic24e0f6168bd2407d29f786d5664368d721015a3
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
mesh/net.c
mesh/net.h