Update verb callback names next
authorScott Murray <scott.murray@konsulko.com>
Wed, 25 Aug 2021 20:00:22 +0000 (16:00 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 25 Aug 2021 20:03:30 +0000 (16:03 -0400)
commit42cb637eeb0a4199d585fb4dc013ce44b922b14c
tree9e60c9bc49f54da7d26fb09532a4c7e3400114b3
parentf8cb98997734001dac0534110a5c0d97f71bc7a8
Update verb callback names

Building with the newer gcc + glibc on the 3.4/honister branch of
poky fails due to the "pause" verb callback colliding with the POSIX
function of the same name.  To avoid this issue, rename all the verb
callbacks to <verb>_cb.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I5975883b11682c8b2d0a2e96e4b561f203cf29c0
src/afm-binding.c