summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.h
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2010-07-04 12:27:18 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2010-07-04 12:27:18 +0000
commitd59517691bccd54a514ce63602c35a5ed6f6b6ce (patch)
tree090f480e5c5ca35c10159e15b0534898d8d60eaa /sys/ddb/db_command.h
parent0cf161c648e4ceaf5a8489f0a905b77508e642c4 (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.
*/