diff options
Diffstat (limited to 'src/providers/backend.h')
-rw-r--r-- | src/providers/backend.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/providers/backend.h b/src/providers/backend.h index 739e935fc..ba0bc5927 100644 --- a/src/providers/backend.h +++ b/src/providers/backend.h @@ -91,15 +91,6 @@ struct be_ctx { struct data_provider *provider; }; -struct be_acct_req { - int entry_type; - int attr_type; - int filter_type; - char *filter_value; - char *extra_value; - char *domain; -}; - bool be_is_offline(struct be_ctx *ctx); void be_mark_offline(struct be_ctx *ctx); void be_mark_dom_offline(struct sss_domain_info *dom, struct be_ctx *ctx); |