summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy/proxy.h
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2013-10-11 15:20:40 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-11-15 20:20:18 +0100
commit4fcc50e133f90cd4c5931a3ac48c84cb628b16fc (patch)
treeeaeb5331b3e54df8f9cafe9db65293d7b9ec04cc /src/providers/proxy/proxy.h
parentb3292840ebaa747a9fd596ff47cc5d18198361d0 (diff)
downloadsssd-4fcc50e133f90cd4c5931a3ac48c84cb628b16fc.tar.gz
sssd-4fcc50e133f90cd4c5931a3ac48c84cb628b16fc.tar.xz
sssd-4fcc50e133f90cd4c5931a3ac48c84cb628b16fc.zip
SYSDB: Drop the sysdb_ctx parameter from the sysdb_services module
Diffstat (limited to 'src/providers/proxy/proxy.h')
-rw-r--r--src/providers/proxy/proxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/providers/proxy/proxy.h b/src/providers/proxy/proxy.h
index 29dad6d51..179245fed 100644
--- a/src/providers/proxy/proxy.h
+++ b/src/providers/proxy/proxy.h
@@ -154,14 +154,12 @@ errno_t get_netgroup(struct proxy_id_ctx *ctx,
const char *name);
errno_t get_serv_byname(struct proxy_id_ctx *ctx,
- struct sysdb_ctx *sysdb,
struct sss_domain_info *dom,
const char *name,
const char *protocol);
errno_t
get_serv_byport(struct proxy_id_ctx *ctx,
- struct sysdb_ctx *sysdb,
struct sss_domain_info *dom,
const char *be_filter,
const char *protocol);