diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/eiotas_private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/eiotas_private.h b/src/lib/eiotas_private.h index 39184b4..f6ed04b 100644 --- a/src/lib/eiotas_private.h +++ b/src/lib/eiotas_private.h @@ -23,6 +23,7 @@ # include "eiotas_config.h" #endif #include "eiotas_main.h" +#include "eiotas_iota.h" #include <eina_log.h> #undef EINA_LOG_DOMAIN_DEFAULT @@ -32,6 +33,10 @@ #define MAX_PATH_LENGTH 256 #define PATH_SEP '/' +void eiotas_iota_desinit(Eiotas_Iota *iota); + +int eiotas_iota_init(Eiotas_Iota *iota, const char *name, Eiotas_Iota *parent, Eiotas_Type type); + #define CHECK_PARENT() \ if(parent==NULL) { \ ERR("NULL parent not allowed"); \ |