aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_variables.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_variables.c')
-rw-r--r--ddb/db_variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_variables.c b/ddb/db_variables.c
index af982e12..3e20e689 100644
--- a/ddb/db_variables.c
+++ b/ddb/db_variables.c
@@ -183,7 +183,7 @@ db_read_write_variable(
int rw_flag,
db_var_aux_param_t ap)
{
- void (*func)() = vp->fcn;
+ void (*func)(struct db_variable *, db_expr_t *, int, db_var_aux_param_t) = vp->fcn;
struct db_var_aux_param aux_param;
if (ap == 0) {