From 5c5e230196463606c0570108c4097aa9e5fd01b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 22 May 2012 15:19:22 +0200 Subject: eiotas_private.h: declare eiotas_iota_desinit and eiotas_iota_init --- src/lib/eiotas_private.h | 5 +++++ 1 file changed, 5 insertions(+) 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 #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"); \ -- cgit v1.1-2-g2b99