Convert all uint32/16/8 to _t in a grab-bag of remaining files.
[kai/samba-autobuild/.git] / source3 / include / libsmb_internal.h
index 65fad99892b67f11f5c581a88994a168c40ca58f..c9c83eb3c45bef692b459e79da4be106d9a59ef5 100644 (file)
@@ -373,7 +373,7 @@ bool
 SMBC_getatr(SMBCCTX * context,
             SMBCSRV *srv,
             const char *path,
-            uint16 *mode,
+            uint16_t *mode,
             off_t *size,
             struct timespec *create_time_ts,
             struct timespec *access_time_ts,
@@ -387,7 +387,7 @@ SMBC_setatr(SMBCCTX * context, SMBCSRV *srv, char *path,
             time_t access_time,
             time_t write_time,
             time_t change_time,
-            uint16 mode);
+            uint16_t mode);
 
 off_t
 SMBC_lseek_ctx(SMBCCTX *context,