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

3
src/geef_records.hlr Normal file
View File

@@ -0,0 +1,3 @@
-record(ref, {handle}).
-record(repo, {handle}).
-record(odb, {handle}).