chiark / gitweb /
Minor Makefile update
[secnet.git] / secnet.h
index 7327350e8ba7a2c1f5852485e4a1d50b8950f67f..c3cadb9737a0feb03301017c6a04dd0afd4e6e21 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -296,7 +296,7 @@ struct log_if {
     log_vmsg_fn *vlog;
 };
 /* (convenience function, defined in util.c) */
-extern void log(struct log_if *lf, int class, const char *message, ...)
+extern void slilog(struct log_if *lf, int class, const char *message, ...)
 FORMAT(printf,3,4);
 
 /* SITE interface */