summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/rodeo/log.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/rodeo/log.h b/include/rodeo/log.h
index 837e795..92c941f 100644
--- a/include/rodeo/log.h
+++ b/include/rodeo/log.h
@@ -9,3 +9,11 @@ rodeo_log(
const char *format,
...
);
+
+void
+rodeo_log_function_set(
+ rodeo_log_function rodeo_log_func
+);
+
+rodeo_log_function
+rodeo_log_function_get(void);