Exploring the api

This commit is contained in:
Maas-Maarten Zeeman
2011-10-23 19:42:29 +02:00
parent 5a56f14bb7
commit 4bf0747ddc
3 changed files with 116 additions and 21 deletions

View File

@@ -54,7 +54,6 @@ close(Db, Timeout) ->
Ref = make_ref(),
ok = esqlite_close(Db, Ref, self()),
receive_answer(Ref, Timeout).
%% ---- Internal ----
esqlite_start() ->