summaryrefslogtreecommitdiff
path: root/src/providers/dp_refresh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/dp_refresh.h')
-rw-r--r--src/providers/dp_refresh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/dp_refresh.h b/src/providers/dp_refresh.h
index a7b32470..0dedbc3c 100644
--- a/src/providers/dp_refresh.h
+++ b/src/providers/dp_refresh.h
@@ -54,8 +54,8 @@ struct be_refresh_ctx *be_refresh_ctx_init(TALLOC_CTX *mem_ctx);
errno_t be_refresh_add_cb(struct be_refresh_ctx *ctx,
enum be_refresh_type type,
- be_refresh_send_t send,
- be_refresh_recv_t recv,
+ be_refresh_send_t send_fn,
+ be_refresh_recv_t recv_fn,
void *pvt);
struct tevent_req *be_refresh_send(TALLOC_CTX *mem_ctx,