Allow getting a tree entry
This commit is contained in:
8
c_src/tree.h
Normal file
8
c_src/tree.h
Normal 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
|
||||
Reference in New Issue
Block a user