From c8cd13d8e9853752de5756ab42a98e2d0baff0a9 Mon Sep 17 00:00:00 2001
From: Flavio Cruz <flaviocruz@gmail.com>
Date: Wed, 4 Jan 2023 00:30:28 -0500
Subject: Fix ddb warnings introduced with -Wstrict-prototypes

Changed some ddb command functions to have the expected signature but
not all of them due to the being difficult to inter-dependency between
header files (for those just used cast).
Message-Id: <Y7UO9HTfpZ8U0Nfy@mars>
---
 ddb/db_examine.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'ddb/db_examine.h')

diff --git a/ddb/db_examine.h b/ddb/db_examine.h
index df578a02..56a1a346 100644
--- a/ddb/db_examine.h
+++ b/ddb/db_examine.h
@@ -63,7 +63,11 @@ int db_xcdump(
 
 void db_print_cmd(void);
 
-void db_search_cmd(void);
+void db_search_cmd(
+	db_expr_t	addr,
+	boolean_t	have_addr,
+	db_expr_t	count,
+	const char *	modif);
 
 void db_search(
 	db_addr_t	addr,
-- 
cgit v1.2.3