s3:winbind: Remove struct winbindd_child_dispatch_table
[samba.git] / source3 / winbindd / winbindd.h
index fe286a9a686a065027c586a2612ae1d6d3a4955d..ea5c1c0d834bc1cf338fe54aef9e40a724c301a8 100644 (file)
@@ -103,13 +103,6 @@ struct winbindd_cm_conn {
 
 struct winbindd_domain;
 
-struct winbindd_child_dispatch_table {
-       const char *name;
-       enum winbindd_cmd struct_cmd;
-       enum winbindd_result (*struct_fn)(struct winbindd_domain *domain,
-                                         struct winbindd_cli_state *state);
-};
-
 struct winbindd_child {
        pid_t pid;
        struct winbindd_domain *domain;
@@ -122,8 +115,6 @@ struct winbindd_child {
 
        struct tevent_timer *lockout_policy_event;
        struct tevent_timer *machine_password_change_event;
-
-       const struct winbindd_child_dispatch_table *table;
 };
 
 /* Structures to hold per domain information */