From c29e85cf89409a7ecbf8316af5d796f812d6be34 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 5 Jan 2001 22:32:53 +0000 Subject: Fix a small type in libsmbclient.h ... (This used to be commit 807e2e1faa23a36cd1abc07ac8a26d157099aba1) --- source3/include/libsmbclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 173a56270b..691307badf 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -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 -- cgit