[master] 40a4f4623 Constification

Poul-Henning Kamp phk at FreeBSD.org
Sun Dec 19 18:14:05 UTC 2021


commit 40a4f4623bd41db3f4621d84579bd216aaf17a47
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun Dec 19 18:01:28 2021 +0000

    Constification

diff --git a/lib/libvcc/vcc_expr.c b/lib/libvcc/vcc_expr.c
index 0805f9340..1b5926499 100644
--- a/lib/libvcc/vcc_expr.c
+++ b/lib/libvcc/vcc_expr.c
@@ -149,7 +149,7 @@ vcc_delete_expr(struct expr *e)
  */
 
 static void
-vcc_strands_edit(struct expr *e1, struct expr *e2)
+vcc_strands_edit(const struct expr *e1, const struct expr *e2)
 {
 
 	if (e2->nstr == 1) {


More information about the varnish-commit mailing list