summaryrefslogtreecommitdiff
path: root/ddb/db_task_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_task_thread.h')
-rw-r--r--ddb/db_task_thread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ddb/db_task_thread.h b/ddb/db_task_thread.h
index cbb36802..55ab4f53 100644
--- a/ddb/db_task_thread.h
+++ b/ddb/db_task_thread.h
@@ -64,4 +64,10 @@ db_get_task_thread(
int flag,
db_var_aux_param_t ap);
+extern void
+db_get_map(struct db_variable *vp,
+ db_expr_t *valuep,
+ int flag,
+ db_var_aux_param_t ap);
+
#endif /* _DDB_DB_TASK_THREAD_H_ */