Update the bidindings

Make repository parametrized
This commit is contained in:
Carlos Martín Nieto
2013-01-21 01:14:38 +01:00
parent 69ddae5b54
commit 2dcbb33b46
11 changed files with 461 additions and 147 deletions

8
src/repository.erl Normal file
View File

@@ -0,0 +1,8 @@
-module(repository, [Handle]).
-export([path/0, workdir/0]).
path() ->
geef:repository_get_path(Handle).
workdir() ->
geef:repository_get_workdir(Handle).