Below is the file 'src/lsi/sql.h' from this revision. You can also download the file.
/* sql.h */ int sql_init(void); void sql_close(void); int sql_query(char *query, int qlen, int *result);