From b3b6d8f3f91824df11b3f1e61c8ad443c8c65458 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Oct 2008 15:00:18 +0200 Subject: Fix const, dupes. --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index cb21f895d1..cab294d8b1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1237,7 +1237,7 @@ bool file_exist(const char *fname); bool socket_exist(const char *fname); time_t file_modtime(const char *fname); bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st); -bool directory_exist(char *dname); +bool directory_exist(const char *dname); SMB_OFF_T get_file_size(char *file_name); char *attrib_string(uint16 mode); void show_msg(char *buf); -- cgit