summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.h
diff options
context:
space:
mode:
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 7d9370c..2103a02 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.
*/
OpenPOWER on IntegriCloud