diff options
author | Jean-François Micouleau <jfm@samba.org> | 2000-10-05 12:43:37 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2000-10-05 12:43:37 +0000 |
commit | fde7328900a6bef12aa93d11f5dc3e0838f2f7fc (patch) | |
tree | 060fe6b6f24c8dd5b7f48bf908c9eac31a7f8a93 /source3/include/proto.h | |
parent | a4cd5013f58f5d58ee9ef7fe4366b377904d85e3 (diff) | |
download | samba-fde7328900a6bef12aa93d11f5dc3e0838f2f7fc.tar.gz samba-fde7328900a6bef12aa93d11f5dc3e0838f2f7fc.tar.bz2 samba-fde7328900a6bef12aa93d11f5dc3e0838f2f7fc.zip |
someone forgot to update proto.h :-)
J.F.
(This used to be commit 3664e80fcd292ee8ba20861b01945d7db59858a9)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |