From f885fde0a7177f954893be22efdf8c55c7c40fdb Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sun, 15 Dec 2013 11:48:39 +0100 Subject: ddb: qualify pointers whose dereferenced values are constant with const --- ddb/db_cond.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ddb/db_cond.h') diff --git a/ddb/db_cond.h b/ddb/db_cond.h index dec4967d..6b9c3a5b 100644 --- a/ddb/db_cond.h +++ b/ddb/db_cond.h @@ -24,7 +24,7 @@ #include #include -extern void db_cond_free (db_thread_breakpoint_t bkpt); +extern void db_cond_free (const db_thread_breakpoint_t bkpt); extern boolean_t db_cond_check (db_thread_breakpoint_t bkpt); -- cgit v1.2.3