cleanup: add a .dir-locals.el
[secnet] / util.c
diff --git a/util.c b/util.c
index a795223..d2a3e98 100644 (file)
--- a/util.c
+++ b/util.c
@@ -198,7 +198,7 @@ bool_t remove_hook(uint32_t phase, hook_fn *fn, void *state)
     return False;
 }
 
-void log(struct log_if *lf, int priority, const char *message, ...)
+void slilog(struct log_if *lf, int priority, const char *message, ...)
 {
     va_list ap;