diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 10:16:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 10:16:21 +0200 |
commit | 2fc058bdb0dd7d6ed2ffb17f049a677709d8be74 (patch) | |
tree | 4557ac9da2e9af213e199df1b8f3d3e7520eb6c0 /source3/include | |
parent | 7275952568bbf003299d895b71b246f75851db93 (diff) | |
download | samba-2fc058bdb0dd7d6ed2ffb17f049a677709d8be74.tar.gz samba-2fc058bdb0dd7d6ed2ffb17f049a677709d8be74.tar.bz2 samba-2fc058bdb0dd7d6ed2ffb17f049a677709d8be74.zip |
Make generate_random_buffer signature match that of lib/util.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 8cf960b63a..156e66d4dc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -577,7 +577,7 @@ void gencache_unlock_entry( const char *key ); void set_rand_reseed_callback(void (*fn)(int *)); void set_need_random_reseed(void); -void generate_random_buffer( unsigned char *out, int len); +void generate_random_buffer(uint8_t *out, int len); char *generate_random_str(TALLOC_CTX *mem_ctx, size_t len); /* The following definitions come from lib/iconv.c */ @@ -770,12 +770,6 @@ int sys_select_intr(int maxfd, fd_set *readfds, fd_set *writefds, fd_set *errorf /* The following definitions come from lib/sendfile.c */ ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count); -ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count); -ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count); -ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count); -ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count); -ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count); -ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count); /* The following definitions come from lib/server_mutex.c */ |