From bd32e8289b5ac087d40194ec2d3338610d1b6e4b Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Sat, 26 May 2018 22:59:00 +0200 Subject: Rename function used to load verbs into a dynamic api Rename function used to load verbs into a dynamic api from 'HalUtlLoadStaticVerbs' to 'HalUtlLoadVerbs' because it is used to load not only static verbs. Change-Id: Idc033ccf0a8e7556e0809e8fa3554d09d0e81d39 Signed-off-by: Jonathan Aillet --- 4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c') diff --git a/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c b/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c index 97c8df7..e5ed5fd 100644 --- a/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c +++ b/4a-hal/4a-hal-utilities/4a-hal-utilities-verbs-loader.c @@ -28,7 +28,7 @@ * TODO JAI : Use API-V3 instead of API-PRE-V3 * ******************************************************************************/ -int HalUtlLoadStaticVerbs(afb_dynapi *apiHandle, struct HalUtlApiVerb *verbs) +int HalUtlLoadVerbs(afb_dynapi *apiHandle, struct HalUtlApiVerb *verbs) { int idx, errCount = 0; -- cgit 1.2.3-korg