aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.h
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2010-05-24 16:41:05 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2010-05-24 16:41:05 +0000
commit0f59fbc3d6d4ff1f368f12e55913c53eb480050a (patch)
treebdd087309119f3eab516764a7a8a1643c4691a2b /sys/ddb/db_command.h
parent3abaa08643f60ec80f197f71e61f3d059b1ad692 (diff)
Notes
Diffstat (limited to 'sys/ddb/db_command.h')
-rw-r--r--sys/ddb/db_command.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h
index 7d9370c254cf..2103a02ae99c 100644
--- a/sys/ddb/db_command.h
+++ b/sys/ddb/db_command.h
@@ -33,6 +33,12 @@
* Author: David B. Golub, Carnegie Mellon University
* Date: 7/90
*/
+
+/*
+ * Helper functions.
+ */
+db_expr_t db_hex2dec(db_expr_t expr);
+
/*
* Command loop declarations.
*/