summaryrefslogtreecommitdiff
path: root/src/providers/dp_refresh.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-06-12 09:51:10 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-06-12 15:00:26 +0200
commitd24f0493002037a5809c9fc5ae27fa2ceb81036e (patch)
treedd0c5d3931ebd54041be97338ba0e0a73ac889e9 /src/providers/dp_refresh.h
parent460e43ee4dcc7a5860bcdc3c76ae51ed79921d79 (diff)
downloadsssd-d24f0493002037a5809c9fc5ae27fa2ceb81036e.tar.gz
sssd-d24f0493002037a5809c9fc5ae27fa2ceb81036e.tar.bz2
sssd-d24f0493002037a5809c9fc5ae27fa2ceb81036e.zip
be_refresh: send and recv shadow a global declaration
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,