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 | 8d9aadc2bcca34d557fe61e9dd63477136dc41ec (patch) | |
tree | 2ba7ee11e95a53e496790cc60cd2692247d7af84 | |
parent | 43680ebeae995d4bbed9c9404a793e3b4d77691c (diff) | |
download | samba-8d9aadc2bcca34d557fe61e9dd63477136dc41ec.tar.gz samba-8d9aadc2bcca34d557fe61e9dd63477136dc41ec.tar.xz samba-8d9aadc2bcca34d557fe61e9dd63477136dc41ec.zip |
ran make proto
(This used to be commit 2e605e1275b4cd59ba776101962218efaa87fe37)
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 3735caaef98..0aaa9a47210 100644 --- a/source3/include/proto.h +++ b/source3/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); |