diff options
Diffstat (limited to 'ddb/db_task_thread.h')
-rw-r--r-- | ddb/db_task_thread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ddb/db_task_thread.h b/ddb/db_task_thread.h index 0c7fafa1..e6ae114a 100644 --- a/ddb/db_task_thread.h +++ b/ddb/db_task_thread.h @@ -54,7 +54,8 @@ extern void db_set_default_thread( struct db_variable *vp, db_expr_t *valuep, - int flag); + int flag, + db_var_aux_param_t ap); extern void db_get_task_thread( |