From fde7328900a6bef12aa93d11f5dc3e0838f2f7fc Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Thu, 5 Oct 2000 12:43:37 +0000 Subject: someone forgot to update proto.h :-) J.F. (This used to be commit 3664e80fcd292ee8ba20861b01945d7db59858a9) --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index 1a54aae928..0959218ae6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -279,6 +279,7 @@ pid_t sys_fork(void); pid_t sys_getpid(void); int sys_popen(const char *command); int sys_pclose(int fd); +int fcntl64(int fd, int cmd, struct flock * lock); /*The following definitions come from lib/talloc.c */ @@ -2596,7 +2597,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, -- cgit