Parametrize odb

This commit is contained in:
Carlos Martín Nieto
2013-01-21 12:02:11 +01:00
parent 1d2a016cd9
commit ff2b868526
4 changed files with 18 additions and 11 deletions

5
src/odb.erl Normal file
View File

@@ -0,0 +1,5 @@
-module(odb, [Handle]).
-export([exists/1]).
exists(Sha) ->
geef:odb_object_exists(Handle, Sha).