#ifndef ENACL_H #define ENACL_H #include #define ATOM_OK "ok" #define ATOM_ERROR "error" #define ATOM_TRUE "true" #define ATOM_FALSE "false" ERL_NIF_TERM nacl_error_tuple(ErlNifEnv *, char *); #endif