Move nif functions to geef_nif

This commit is contained in:
Carlos Martín Nieto
2013-04-25 11:05:57 +02:00
parent 54d9e8b63a
commit 65227fe85b
10 changed files with 31 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
-include("geef_records.hrl").
bypath(#object{type=tree,handle=Handle}, Path) ->
case geef:tree_bypath(Handle, Path) of
case geef_nif:tree_bypath(Handle, Path) of
{ok, Mode, Type, Oid, Name} ->
{ok, Mode, Type, #oid{oid=Oid}, Name};
Other ->