diff options
author | Herb Lewis <herb@samba.org> | 2000-10-04 00:36:14 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2000-10-04 00:36:14 +0000 |
commit | 237ae8d5dbcc6e114aab24cc1bdb7775183f4026 (patch) | |
tree | 86e570c0222eb27a8a8a7c0ba9d1cd9ca4678d5e | |
parent | 61f40fa40d0c6df5e8b9fb25922785ac39e2916d (diff) | |
download | samba-237ae8d5dbcc6e114aab24cc1bdb7775183f4026.tar.gz samba-237ae8d5dbcc6e114aab24cc1bdb7775183f4026.tar.xz samba-237ae8d5dbcc6e114aab24cc1bdb7775183f4026.zip |
new make proto
-rw-r--r-- | source/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index fb0f2d5ce82..399d53917d4 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -2596,7 +2596,7 @@ void init_samr_r_lookup_ids(SAMR_R_LOOKUP_IDS *r_u, BOOL samr_io_r_lookup_ids(char *desc, SAMR_R_LOOKUP_IDS *r_u, prs_struct *ps, int depth); BOOL samr_io_q_lookup_names(char *desc, SAMR_Q_LOOKUP_NAMES *q_u, prs_struct *ps, int depth); void init_samr_r_lookup_names(SAMR_R_LOOKUP_NAMES *r_u, - uint32 num_rids, uint32 *rid, uint8 *type, uint32 status); + uint32 num_rids, uint32 *rid, enum SID_NAME_USE *type, uint32 status); BOOL samr_io_r_lookup_names(char *desc, SAMR_R_LOOKUP_NAMES *r_u, prs_struct *ps, int depth); BOOL samr_io_q_unknown_12(char *desc, SAMR_Q_UNKNOWN_12 *q_u, prs_struct *ps, int depth); void init_samr_r_unknown_12(SAMR_R_UNKNOWN_12 *r_u, |