aboutsummaryrefslogtreecommitdiff
path: root/include/ecex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ecex.h')
-rw-r--r--include/ecex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ecex.h b/include/ecex.h
index 3e0048e..a7d4b24 100644
--- a/include/ecex.h
+++ b/include/ecex.h
@@ -46,6 +46,8 @@ void ecex_log_int(const char *message, int value);
void ecex_log_double(const char *message, double value);
void ecex_log_ptr(const char *message, const void *ptr);
void ecex_log_flush(void);
+void ecex_log_set_sink(ecex_log_sink_fn fn, void *userdata);
+void ecex_log_clear_sink(void *userdata);
void ecex_mem_zero(void *ptr, size_t size);
int ecex_i32_get(const int *items, size_t index);
void ecex_i32_set(int *items, size_t index, int value);