diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-02 16:24:54 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-04-03 14:42:00 +0200 |
commit | 44fc7e53b403d45576ab61d2dea4608e323ed332 (patch) | |
tree | a5af545b70786be1af7bbd0c3299c41aaed48279 /src/resolv/async_resolv.h | |
parent | 584eda085e83a428f2c39dadf0d7adeaff5c87f4 (diff) | |
download | sssd-44fc7e53b403d45576ab61d2dea4608e323ed332.tar.gz sssd-44fc7e53b403d45576ab61d2dea4608e323ed332.tar.bz2 sssd-44fc7e53b403d45576ab61d2dea4608e323ed332.zip |
Centralize resolv_init, remove resolv context list
Diffstat (limited to 'src/resolv/async_resolv.h')
-rw-r--r-- | src/resolv/async_resolv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolv/async_resolv.h b/src/resolv/async_resolv.h index f6c72b4f..b66bf9da 100644 --- a/src/resolv/async_resolv.h +++ b/src/resolv/async_resolv.h @@ -58,7 +58,7 @@ struct resolv_ctx; int resolv_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx, int timeout, struct resolv_ctx **ctxp); -void resolv_reread_configuration(void); +void resolv_reread_configuration(struct resolv_ctx *ctx); const char *resolv_strerror(int ares_code); |