Mark rrdp debug logging functions as used in regress
authortb <tb@openbsd.org>
Wed, 27 Dec 2023 07:17:39 +0000 (07:17 +0000)
committertb <tb@openbsd.org>
Wed, 27 Dec 2023 07:17:39 +0000 (07:17 +0000)
ok claudio

usr.sbin/rpki-client/rrdp_delta.c
usr.sbin/rpki-client/rrdp_notification.c
usr.sbin/rpki-client/rrdp_snapshot.c

index d977b92..a4303bc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rrdp_delta.c,v 1.11 2023/12/26 11:03:27 tb Exp $ */
+/*     $OpenBSD: rrdp_delta.c,v 1.12 2023/12/27 07:17:39 tb Exp $ */
 /*
  * Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
  * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@ -267,6 +267,7 @@ free_delta_xml(struct delta_xml *dxml)
        free(dxml);
 }
 
+/* Used in regress. */
 void
 log_delta_xml(struct delta_xml *dxml)
 {
index dec5f21..4c5585a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rrdp_notification.c,v 1.18 2023/06/23 11:36:24 claudio Exp $ */
+/*     $OpenBSD: rrdp_notification.c,v 1.19 2023/12/27 07:17:39 tb Exp $ */
 /*
  * Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
  * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@ -608,6 +608,7 @@ notification_delta_done(struct notification_xml *nxml)
        return TAILQ_EMPTY(&nxml->delta_q);
 }
 
+/* Used in regress. */
 void
 log_notification_xml(struct notification_xml *nxml)
 {
index 2d27642..3aa3855 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rrdp_snapshot.c,v 1.7 2023/01/04 14:22:43 claudio Exp $ */
+/*     $OpenBSD: rrdp_snapshot.c,v 1.8 2023/12/27 07:17:39 tb Exp $ */
 /*
  * Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
  * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@ -248,6 +248,7 @@ free_snapshot_xml(struct snapshot_xml *sxml)
        free(sxml);
 }
 
+/* Used in regress. */
 void
 log_snapshot_xml(struct snapshot_xml *sxml)
 {