diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-17 04:54:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-17 04:54:06 +0000 |
commit | 4a68715c2518a2d3c2eb4282b503c1ef7857b9d0 (patch) | |
tree | 306ba6ea719e0d07bd8216706e8c8e9afa2e0c09 /source3/include | |
parent | 8978aae69699ccab76fdf95037948b1cc7e7c286 (diff) | |
download | samba-4a68715c2518a2d3c2eb4282b503c1ef7857b9d0.tar.gz samba-4a68715c2518a2d3c2eb4282b503c1ef7857b9d0.tar.bz2 samba-4a68715c2518a2d3c2eb4282b503c1ef7857b9d0.zip |
converted the policy code to use a linked list and bitmap. This saves
us a bit of memory.
(This used to be commit 27da84b90df1f32e0d07acad04c72065b2005470)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e00ddbb79d..0b5067e480 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1847,7 +1847,7 @@ BOOL set_lsa_policy_samr_pol_status(POLICY_HND *hnd, uint32 pol_status); BOOL set_lsa_policy_samr_sid(POLICY_HND *hnd, DOM_SID *sid); uint32 get_lsa_policy_samr_rid(POLICY_HND *hnd); BOOL set_lsa_policy_reg_name(POLICY_HND *hnd, fstring name); -BOOL get_lsa_policy_reg_name(POLICY_HND *hnd, fstring name); +BOOL get_lsa_policy_reg_name(POLICY_HND *hnd, char *name); BOOL close_lsa_policy_hnd(POLICY_HND *hnd); /*The following definitions come from rpc_server/srv_netlog.c */ |