db: export mem_sql() so checks can use it
commitb78aa52fed750937459fee3327f2f02fce7ad03e
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 22 Feb 2013 11:48:00 +0000 (22 14:48 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 22 Feb 2013 11:48:00 +0000 (22 14:48 +0300)
treee0b776df6bd032c8de82221e160e98e9f2aff936
parent95170d57674dd3d8fd1709184493ad5994a43e57
db: export mem_sql() so checks can use it

In the end, the in-memory database is a useful tool and there will be
checks which will want to do stuff with it.

Also I found one hand rolled version of mem_sql() and replaced it as a
cleanup.

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