chiark / gitweb /
cleanup: move declarations of external objects into header files
[secnet.git] / util.c
diff --git a/util.c b/util.c
index a795223600bbdd731e1ea36c525da8140ad49328..d2a3e98b76e7692e948a08c9bd3598823ec35ffe 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;