From d5f2b681afaf8aeb494a5bae999ff0d3e8ea00a9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 20 Feb 2024 12:18:01 -0500 Subject: [PATCH] follow-up to 57c8ae4b which added NONNULLARG6 --- include/extern.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/extern.h b/include/extern.h index b6c0cc843..3a9c2fa90 100644 --- a/include/extern.h +++ b/include/extern.h @@ -33,6 +33,7 @@ * NONNULLARG3 The 3rd argument is declared nonnull. * NONNULLARG4 The 4th argument is declared nonnull (not used). * NONNULLARG5 The 5th argument is declared nonnull. + * NONNULLARG6 The 6th argument is declared nonnull. * NONNULLARG7 The 7th argument is declared nonnull (bhit). * NONNULLARG12 The 1st and 2nd arguments are declared nonnull. * NONNULLARG23 The 2nd and 3rd arguments are declared nonnull.