diff options
author | Richard Sharpe <rsharpe@samba.org> | 2015-04-24 19:22:21 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-04-29 23:42:20 +0200 |
commit | 2224796fc354bc1e457e6baed52aaf3b7520e461 (patch) | |
tree | 21c6aa064ee3981874ee3c3ce18b1d6f23e010cb /source3/include | |
parent | c6ad8a10c12c8a79dc83cab1591e5279edd62bd6 (diff) | |
download | samba-2224796fc354bc1e457e6baed52aaf3b7520e461.tar.gz |
Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.
Signed-off-by: Richard Sharpe <rsharpe@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f73778fc5bc..1f0068f6966 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -37,11 +37,11 @@ bool allow_access(const char **deny_list, /* The following definitions come from lib/audit.c */ -const char *audit_category_str(uint32 category); -const char *audit_param_str(uint32 category); -const char *audit_description_str(uint32 category); -bool get_audit_category_from_param(const char *param, uint32 *audit_category); -const char *audit_policy_str(TALLOC_CTX *mem_ctx, uint32 policy); +const char *audit_category_str(uint32_t category); +const char *audit_param_str(uint32_t category); +const char *audit_description_str(uint32_t category); +bool get_audit_category_from_param(const char *param, uint32_t *audit_category); +const char *audit_policy_str(TALLOC_CTX *mem_ctx, uint32_t policy); /* The following definitions come from lib/charcnv.c */ @@ -55,12 +55,12 @@ size_t pull_ascii_fstring(char *dest, const void *src); size_t pull_ascii_nstring(char *dest, size_t dest_len, const void *src); size_t push_string_check_fn(void *dest, const char *src, size_t dest_len, int flags); -size_t push_string_base(const char *base, uint16 flags2, +size_t push_string_base(const char *base, uint16_t flags2, void *dest, const char *src, size_t dest_len, int flags); size_t pull_string_talloc(TALLOC_CTX *ctx, const void *base_ptr, - uint16 smb_flags2, + uint16_t smb_flags2, char **ppdest, const void *src, size_t src_len, @@ -165,14 +165,14 @@ struct named_mutex *grab_named_mutex(TALLOC_CTX *mem_ctx, const char *name, /* The following definitions come from lib/sharesec.c */ bool share_info_db_init(void); -struct security_descriptor *get_share_security_default( TALLOC_CTX *ctx, size_t *psize, uint32 def_access); +struct security_descriptor *get_share_security_default( TALLOC_CTX *ctx, size_t *psize, uint32_t def_access); struct security_descriptor *get_share_security( TALLOC_CTX *ctx, const char *servicename, size_t *psize); bool set_share_security(const char *share_name, struct security_descriptor *psd); bool delete_share_security(const char *servicename); bool share_access_check(const struct security_token *token, const char *sharename, - uint32 desired_access, + uint32_t desired_access, uint32_t *pgranted); bool parse_usershare_acl(TALLOC_CTX *ctx, const char *acl_str, struct security_descriptor **ppsd); @@ -256,7 +256,7 @@ int sys_lstat(const char *fname,SMB_STRUCT_STAT *sbuf, bool fake_dir_create_times); int sys_posix_fallocate(int fd, off_t offset, off_t len); int sys_fallocate(int fd, uint32_t mode, off_t offset, off_t len); -void kernel_flock(int fd, uint32 share_mode, uint32 access_mask); +void kernel_flock(int fd, uint32_t share_mode, uint32_t access_mask); DIR *sys_fdopendir(int fd); int sys_mknod(const char *path, mode_t mode, SMB_DEV_T dev); int sys_waitpid(pid_t pid,int *status,int options); @@ -278,8 +278,8 @@ int sys_removexattr (const char *path, const char *name); int sys_fremovexattr (int filedes, const char *name); int sys_setxattr (const char *path, const char *name, const void *value, size_t size, int flags); int sys_fsetxattr (int filedes, const char *name, const void *value, size_t size, int flags); -uint32 unix_dev_major(SMB_DEV_T dev); -uint32 unix_dev_minor(SMB_DEV_T dev); +uint32_t unix_dev_major(SMB_DEV_T dev); +uint32_t unix_dev_minor(SMB_DEV_T dev); #if 0 int sys_get_number_of_cores(void); #endif @@ -380,7 +380,7 @@ NTSTATUS smbd_reinit_after_fork(struct messaging_context *msg_ctx, void *malloc_(size_t size); void *Realloc(void *p, size_t size, bool free_old_on_error); void add_to_large_array(TALLOC_CTX *mem_ctx, size_t element_size, - void *element, void *_array, uint32 *num_elements, + void *element, void *_array, uint32_t *num_elements, ssize_t *array_size); char *get_myname(TALLOC_CTX *ctx); char *get_mydnsdomname(TALLOC_CTX *ctx); @@ -427,10 +427,10 @@ bool mask_match_list(const char *string, char **list, int listLen, bool is_case_ bool unix_wild_match(const char *pattern, const char *string); bool name_to_fqdn(fstring fqdn, const char *name); void *talloc_append_blob(TALLOC_CTX *mem_ctx, void *buf, DATA_BLOB blob); -uint32 map_share_mode_to_deny_mode(uint32 share_access, uint32 private_options); +uint32_t map_share_mode_to_deny_mode(uint32_t share_access, uint32_t private_options); pid_t procid_to_pid(const struct server_id *proc); -void set_my_vnn(uint32 vnn); -uint32 get_my_vnn(void); +void set_my_vnn(uint32_t vnn); +uint32_t get_my_vnn(void); void set_my_unique_id(uint64_t unique_id); struct server_id pid_to_procid(pid_t pid); struct server_id procid_self(void); @@ -455,10 +455,10 @@ char *valid_share_pathname(TALLOC_CTX *ctx, const char *dos_pathname); bool is_executable(const char *fname); bool map_open_params_to_ntcreate(const char *smb_base_fname, int deny_mode, int open_func, - uint32 *paccess_mask, - uint32 *pshare_mode, - uint32 *pcreate_disposition, - uint32 *pcreate_options, + uint32_t *paccess_mask, + uint32_t *pshare_mode, + uint32_t *pcreate_disposition, + uint32_t *pcreate_options, uint32_t *pprivate_flags); struct security_unix_token *copy_unix_token(TALLOC_CTX *ctx, const struct security_unix_token *tok); bool dir_check_ftype(uint32_t mode, uint32_t dirtype); @@ -466,8 +466,8 @@ void init_modules(void); /* The following definitions come from lib/util_builtin.c */ -bool lookup_builtin_rid(TALLOC_CTX *mem_ctx, uint32 rid, const char **name); -bool lookup_builtin_name(const char *name, uint32 *rid); +bool lookup_builtin_rid(TALLOC_CTX *mem_ctx, uint32_t rid, const char **name); +bool lookup_builtin_name(const char *name, uint32_t *rid); const char *builtin_domain_name(void); bool sid_check_is_builtin(const struct dom_sid *sid); bool sid_check_is_in_builtin(const struct dom_sid *sid); @@ -745,7 +745,7 @@ DATA_BLOB spnego_gen_krb5_wrap(TALLOC_CTX *ctx, const DATA_BLOB ticket, const ui int spnego_gen_krb5_negTokenInit(TALLOC_CTX *ctx, const char *principal, int time_offset, DATA_BLOB *targ, - DATA_BLOB *session_key_krb5, uint32 extra_ap_opts, + DATA_BLOB *session_key_krb5, uint32_t extra_ap_opts, const char *ccname, time_t *expire_time); bool spnego_parse_challenge(TALLOC_CTX *ctx, const DATA_BLOB blob, DATA_BLOB *chal1, DATA_BLOB *chal2); @@ -776,7 +776,7 @@ NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx, /* The following definitions come from libsmb/errormap.c */ -NTSTATUS dos_to_ntstatus(uint8 eclass, uint32 ecode); +NTSTATUS dos_to_ntstatus(uint8 eclass, uint32_t ecode); /* The following definitions come from libsmb/namecache.c */ @@ -950,8 +950,8 @@ bool trustdom_cache_shutdown(void); bool trustdom_cache_store(const char *name, const char *alt_name, const struct dom_sid *sid, time_t timeout); bool trustdom_cache_fetch(const char* name, struct dom_sid* sid); -uint32 trustdom_cache_fetch_timestamp( void ); -bool trustdom_cache_store_timestamp( uint32 t, time_t timeout ); +uint32_t trustdom_cache_fetch_timestamp( void ); +bool trustdom_cache_store_timestamp( uint32_t t, time_t timeout ); void trustdom_cache_flush(void); void update_trustdom_cache( void ); @@ -1042,7 +1042,7 @@ void lp_killunused(struct smbd_server_connection *sconn, bool (*snumused) (struct smbd_server_connection *, int)); void lp_kill_all_services(void); void lp_killservice(int iServiceIn); -const char* server_role_str(uint32 role); +const char* server_role_str(uint32_t role); enum usershare_err parse_usershare_file(TALLOC_CTX *ctx, SMB_STRUCT_STAT *psbuf, const char *servicename, @@ -1081,8 +1081,8 @@ void lp_set_logfile(const char *name); int lp_maxprintjobs(int snum); const char *lp_printcapname(void); bool lp_disable_spoolss( void ); -void lp_set_spoolss_state( uint32 state ); -uint32 lp_get_spoolss_state( void ); +void lp_set_spoolss_state( uint32_t state ); +uint32_t lp_get_spoolss_state( void ); struct smb_signing_state; bool lp_use_sendfile(int snum, struct smb_signing_state *signing_state); void set_use_sendfile(int snum, bool val); @@ -1109,7 +1109,7 @@ void set_server_role(void); /* The following definitions come from param/util.c */ -uint32 get_int_param( const char* param ); +uint32_t get_int_param( const char* param ); char* get_string_param( const char* param ); /* The following definitions come from lib/server_contexts.c */ |