diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-05-17 11:29:54 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-05-17 11:29:54 +0000 |
commit | 2e605e1275b4cd59ba776101962218efaa87fe37 (patch) | |
tree | f1cab246248563abc3b02470c70a56f848f4aad9 | |
parent | 7b275b458835a1e34c9014eb3eee6cdae240bd97 (diff) | |
download | samba-2e605e1275b4cd59ba776101962218efaa87fe37.tar.gz samba-2e605e1275b4cd59ba776101962218efaa87fe37.tar.xz samba-2e605e1275b4cd59ba776101962218efaa87fe37.zip |
ran make proto
-rw-r--r-- | source/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 3735caaef98..0aaa9a47210 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -2334,10 +2334,6 @@ BOOL cli_spoolss_reply_rrpcn(struct cli_state *cli, POLICY_HND *handle, uint32 change_low, uint32 change_high, uint32 *status); BOOL cli_spoolss_reply_close_printer(struct cli_state *cli, POLICY_HND *handle, uint32 *status); -/* The following definitions come from rpc_client/cli_trust.c */ - -BOOL change_trust_account_password( char *domain, char *remote_machine_list); - /* The following definitions come from rpc_client/cli_use.c */ void init_cli_use(void); |