summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-05-08 04:02:59 +0000
committerTim Potter <tpot@samba.org>2001-05-08 04:02:59 +0000
commitb4944528d82e87e394e3c4e27384a2ee4c104ac3 (patch)
treeac30813afc8fe535776335d5c5ab40b5413205b1 /source3/include/proto.h
parent12ef6bc03eb67d2f9327ec4ddb342617c8cc510d (diff)
downloadsamba-b4944528d82e87e394e3c4e27384a2ee4c104ac3.tar.gz
samba-b4944528d82e87e394e3c4e27384a2ee4c104ac3.tar.bz2
samba-b4944528d82e87e394e3c4e27384a2ee4c104ac3.zip
make proto
(This used to be commit 6d218c3e942a9be3af57f2500374b49d8ad25763)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 0e71a833e9..700aa5b498 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -836,6 +836,11 @@ uint32 cli_samr_query_dispinfo(struct cli_state *cli, TALLOC_CTX *mem_ctx,
POLICY_HND *domain_pol, uint32 *start_idx,
uint16 switch_value, uint32 *num_entries,
uint32 max_entries, SAM_DISPINFO_CTR *ctr);
+uint32 cli_samr_lookup_rids(struct cli_state *cli, TALLOC_CTX *mem_ctx,
+ POLICY_HND *domain_pol, uint32 flags,
+ uint32 num_rids, uint32 *rids,
+ uint32 *num_names, char ***names,
+ uint32 **name_types);
/*The following definitions come from libsmb/cli_spoolss.c */
@@ -1681,8 +1686,7 @@ BOOL wb_lsa_lookup_sids(CLI_POLICY_HND *hnd, int num_sids, DOM_SID *sids,
char ***names, uint32 **types, int *num_names);
BOOL wb_lsa_close(CLI_POLICY_HND *hnd);
BOOL wb_samr_close(CLI_POLICY_HND *hnd);
-BOOL wb_samr_connect(char *srv_name, uint32 access_mask,
- CLI_POLICY_HND *connect_pol);
+BOOL wb_samr_connect(char *server, uint32 access_mask, CLI_POLICY_HND *pol);
BOOL wb_samr_open_domain(CLI_POLICY_HND *connect_pol, uint32 ace_perms,
DOM_SID *sid, CLI_POLICY_HND *domain_pol);
void wb_free_samr_userinfo_ctr(SAM_USERINFO_CTR * ctr);
@@ -3859,6 +3863,7 @@ uint32 _wks_query_info(pipes_struct *p, WKS_Q_QUERY_INFO *q_u, WKS_R_QUERY_INFO
/*The following definitions come from rpcclient/cmd_samr.c */
+void display_sam_info_1(SAM_ENTRY1 *e1, SAM_STR1 *s1);
/*The following definitions come from rpcclient/cmd_spoolss.c */