Even more erlang namespacing

This commit is contained in:
Carlos Martín Nieto
2013-01-23 17:07:22 +01:00
parent 6dea8e6930
commit ba92ce777f
5 changed files with 28 additions and 19 deletions

7
src/geef_odb.erl Normal file
View File

@@ -0,0 +1,7 @@
-module(geef_odb).
-export([exists/2]).
-include("geef_records.hlr").
exists(#odb{handle=Handle}, Sha) ->
geef:odb_object_exists(Handle, Sha).