sval: update function_comparison() to take an sval.
commit14108cf513865d0cf5075bf8d2f4f52b17319d42
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 2 Nov 2012 12:10:11 +0000 (2 15:10 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 2 Nov 2012 12:10:11 +0000 (2 15:10 +0300)
treea2b608d7e1b2f921624bafd5367ff3c326c04845
parent8a66c50a2beb98f50bcbc17ea1165ccbb01a9b38
sval: update function_comparison() to take an sval.

This is part of the on going work on updating smatch_extra.c.

This cleans up a several things in smatch_function_hooks.c.  The
call_implies_callbacks() function should have been declared static so I
have fixed that now as well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_extra.c
smatch_extra.h
smatch_function_hooks.c