mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Fix a small type in libsmbclient.h ...
(This used to be commit 807e2e1faa
)
This commit is contained in:
@ -130,7 +130,7 @@ int smbc_fstat(int fd, struct stat *st);
|
||||
* Chown a file
|
||||
*/
|
||||
|
||||
int smbc_chown(const *fname, uid_t owner, gid_t group);
|
||||
int smbc_chown(const char *fname, uid_t owner, gid_t group);
|
||||
|
||||
/*
|
||||
* Chmod a file
|
||||
|
Reference in New Issue
Block a user