aboutsummaryrefslogtreecommitdiffstats
path: root/include/embedlog.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/embedlog.h.in')
-rw-r--r--include/embedlog.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/embedlog.h.in b/include/embedlog.h.in
index 53525bb..a3deeb1 100644
--- a/include/embedlog.h.in
+++ b/include/embedlog.h.in
@@ -219,6 +219,9 @@ int el_pbinary(enum el_level level, const void *memory, size_t mlen);
const struct el *el_get_el(void);
int el_flush(void);
+struct el * el_new(void);
+int el_destroy(struct el *el);
+
int el_oinit(struct el *el);
int el_ocleanup(struct el *el);
int el_ooption(struct el *el, int option, ...);