Allow getting a tree entry

This commit is contained in:
Carlos Martín Nieto
2013-03-02 02:56:58 +01:00
parent 1807ba4374
commit b5b68cce8b
8 changed files with 125 additions and 6 deletions

8
c_src/tree.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef GEEF_TREE_H
#define GEEF_TREE_H
#include "object.h"
ERL_NIF_TERM geef_tree_bypath(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[]);
#endif