1
0
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:
Richard Sharpe
2001-01-05 22:32:53 +00:00
parent 5d7a98bbce
commit c29e85cf89

View File

@ -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