summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_access.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 05:14:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 05:14:42 +0000
commiteddc6122c99ccaa9c147f78f44588a5757d3f046 (patch)
tree5fcd19c5c990fd9d830071523f9c3dc5cfb35586 /sys/ddb/db_access.h
parent62379fef927268e564719e3e766bb3900ef387c7 (diff)
downloadFreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.zip
FreeBSD-src-eddc6122c99ccaa9c147f78f44588a5757d3f046.tar.gz
Remove __P.
Diffstat (limited to 'sys/ddb/db_access.h')
-rw-r--r--sys/ddb/db_access.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h
index 715c1cb..9709c31 100644
--- a/sys/ddb/db_access.h
+++ b/sys/ddb/db_access.h
@@ -36,8 +36,7 @@
/*
* Data access functions for debugger.
*/
-db_expr_t db_get_value __P((db_addr_t addr, int size,
- boolean_t is_signed));
-void db_put_value __P((db_addr_t addr, int size, db_expr_t value));
+db_expr_t db_get_value(db_addr_t addr, int size, boolean_t is_signed);
+void db_put_value(db_addr_t addr, int size, db_expr_t value);
#endif /* !_DDB_DB_ACCESS_H_ */
OpenPOWER on IntegriCloud